Skip to content

Commit d83bac9

Browse files
committed
[CI] Fix sync k8s step
1 parent 691ef65 commit d83bac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/kubernetes/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ifeq ($(HASDIFF),1)
6565
echo "INFO: Create branch to update k8s templates"
6666
git config user.name "${GITHUB_USERNAME_SECRET}"
6767
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"
68+
git config remote.origin.url "https://${GITHUB_USERNAME_SECRET}:${GITHUB_TOKEN_SECRET}@github.com/elastic/kibana.git"
6969
git checkout -b $(ELASTIC_AGENT_BRANCH)
7070
echo "INFO: add files if any"
7171
git add $(ELASTIC_AGENT_REPO_PATH)$(FILE_REPO)

0 commit comments

Comments
 (0)