Skip to content

Commit ff124c0

Browse files
committed
Use GitHub token rather than password
See gh-24458
1 parent babae11 commit ff124c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ anchors:
2727
github-task-params: &github-task-params
2828
GITHUB_REPO: spring-boot
2929
GITHUB_ORGANIZATION: spring-projects
30-
GITHUB_PASSWORD: ((github-password))
30+
GITHUB_PASSWORD: ((github-ci-release-token))
3131
GITHUB_USERNAME: ((github-username))
3232
MILESTONE: ((milestone))
3333
bintray-task-params: &bintray-task-params

0 commit comments

Comments
 (0)