We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779ab0b commit 29caadcCopy full SHA for 29caadc
ci/pipeline.yml
@@ -22,7 +22,7 @@ resources:
22
type: pull-request
23
icon: source-pull
24
source:
25
- access_token: ((github-access-token))
+ access_token: ((github-ci-pull-request-token))
26
repo: ((github-repo-name))
27
base: ((branch))
28
ignore_paths: ["ci/*"]
@@ -55,7 +55,7 @@ resources:
55
56
owner: spring-io
57
repository: spring-javaformat
58
- access_token: ((github-release-notes-access-token))
+ access_token: ((github-ci-release-token))
59
jobs:
60
- name: build-spring-javaformat-ci-images
61
plan:
0 commit comments