Skip to content

Commit

Permalink
Fix GitHub credentials to use token rather than password
Browse files Browse the repository at this point in the history
Closes gh-27402
  • Loading branch information
snicoll committed Sep 15, 2021
1 parent 2d65bce commit 4c720ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ anchors:
git-repo-resource-source: &git-repo-resource-source
uri: ((github-repo))
username: ((github-username))
password: ((github-password))
password: ((github-ci-release-token))
branch: ((branch))
gradle-enterprise-task-params: &gradle-enterprise-task-params
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
Expand Down

0 comments on commit 4c720ea

Please sign in to comment.