Skip to content

Commit 29caadc

Browse files
committed
Update pipeline credential references
1 parent 779ab0b commit 29caadc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resources:
2222
type: pull-request
2323
icon: source-pull
2424
source:
25-
access_token: ((github-access-token))
25+
access_token: ((github-ci-pull-request-token))
2626
repo: ((github-repo-name))
2727
base: ((branch))
2828
ignore_paths: ["ci/*"]
@@ -55,7 +55,7 @@ resources:
5555
source:
5656
owner: spring-io
5757
repository: spring-javaformat
58-
access_token: ((github-release-notes-access-token))
58+
access_token: ((github-ci-release-token))
5959
jobs:
6060
- name: build-spring-javaformat-ci-images
6161
plan:

0 commit comments

Comments
 (0)