We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691ef65 commit d83bac9Copy full SHA for d83bac9
deploy/kubernetes/Makefile
@@ -65,7 +65,7 @@ ifeq ($(HASDIFF),1)
65
echo "INFO: Create branch to update k8s templates"
66
git config user.name "${GITHUB_USERNAME_SECRET}"
67
git config user.email "${GITHUB_EMAIL_SECRET}"
68
- git config remote.origin.url "https://${GITHUB_USERNAME_SECRET}:${GITHUB_EMAIL_SECRET}@github.com/elastic/kibana.git"
+ git config remote.origin.url "https://${GITHUB_USERNAME_SECRET}:${GITHUB_TOKEN_SECRET}@github.com/elastic/kibana.git"
69
git checkout -b $(ELASTIC_AGENT_BRANCH)
70
echo "INFO: add files if any"
71
git add $(ELASTIC_AGENT_REPO_PATH)$(FILE_REPO)
0 commit comments