Skip to content

Commit

Permalink
Use GitHub token rather than password
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Dec 11, 2020
1 parent babae11 commit ff124c0
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 @@ -27,7 +27,7 @@ anchors:
github-task-params: &github-task-params
GITHUB_REPO: spring-boot
GITHUB_ORGANIZATION: spring-projects
GITHUB_PASSWORD: ((github-password))
GITHUB_PASSWORD: ((github-ci-release-token))
GITHUB_USERNAME: ((github-username))
MILESTONE: ((milestone))
bintray-task-params: &bintray-task-params
Expand Down

0 comments on commit ff124c0

Please sign in to comment.