Update CI credhub references

2.0.x
Phillip Webb 6 years ago
parent 8b64c54919
commit 25e73633bb

@ -32,7 +32,7 @@ resources:
type: pull-request type: pull-request
icon: source-pull icon: source-pull
source: source:
access_token: ((github-access-token)) access_token: ((github-ci-pull-request-token))
repo: ((github-repo-name)) repo: ((github-repo-name))
base: ((branch)) base: ((branch))
ignore_paths: ["ci/*"] ignore_paths: ["ci/*"]
@ -42,7 +42,7 @@ resources:
source: source:
owner: spring-projects owner: spring-projects
repository: spring-boot repository: spring-boot
access_token: ((github-release-notes-access-token)) access_token: ((github-ci-release-token))
pre_release: true pre_release: true
- name: github-release - name: github-release
type: github-release type: github-release
@ -50,7 +50,7 @@ resources:
source: source:
owner: spring-projects owner: spring-projects
repository: spring-boot repository: spring-boot
access_token: ((github-release-notes-access-token)) access_token: ((github-ci-release-token))
pre_release: false pre_release: false
- name: ci-images-git-repo - name: ci-images-git-repo
type: git type: git
@ -96,7 +96,7 @@ resources:
icon: eye-check-outline icon: eye-check-outline
source: source:
repository: ((github-repo-name)) repository: ((github-repo-name))
access_token: ((github-access-token)) access_token: ((github-ci-status-token))
branch: ((branch)) branch: ((branch))
context: build context: build
- name: repo-status-jdk9-build - name: repo-status-jdk9-build
@ -104,7 +104,7 @@ resources:
icon: eye-check-outline icon: eye-check-outline
source: source:
repository: ((github-repo-name)) repository: ((github-repo-name))
access_token: ((github-access-token)) access_token: ((github-ci-status-token))
branch: ((branch)) branch: ((branch))
context: jdk9-build context: jdk9-build
- name: repo-status-jdk10-build - name: repo-status-jdk10-build
@ -112,7 +112,7 @@ resources:
icon: eye-check-outline icon: eye-check-outline
source: source:
repository: ((github-repo-name)) repository: ((github-repo-name))
access_token: ((github-access-token)) access_token: ((github-ci-status-token))
branch: ((branch)) branch: ((branch))
context: jdk10-build context: jdk10-build
- name: slack-alert - name: slack-alert
@ -409,7 +409,7 @@ jobs:
params: params:
RELEASE_TYPE: M RELEASE_TYPE: M
GITHUB_USERNAME: ((github-username)) GITHUB_USERNAME: ((github-username))
GITHUB_TOKEN: ((github-release-notes-access-token)) GITHUB_TOKEN: ((github-ci-release-token))
- put: github-pre-release - put: github-pre-release
params: params:
name: generated-release-notes/tag name: generated-release-notes/tag
@ -439,7 +439,7 @@ jobs:
params: params:
RELEASE_TYPE: RC RELEASE_TYPE: RC
GITHUB_USERNAME: ((github-username)) GITHUB_USERNAME: ((github-username))
GITHUB_TOKEN: ((github-release-notes-access-token)) GITHUB_TOKEN: ((github-ci-release-token))
- put: github-pre-release - put: github-pre-release
params: params:
name: generated-release-notes/tag name: generated-release-notes/tag
@ -493,7 +493,7 @@ jobs:
params: params:
RELEASE_TYPE: RELEASE RELEASE_TYPE: RELEASE
GITHUB_USERNAME: ((github-username)) GITHUB_USERNAME: ((github-username))
GITHUB_TOKEN: ((github-release-notes-access-token)) GITHUB_TOKEN: ((github-ci-release-token))
- put: github-release - put: github-release
params: params:
name: generated-release-notes/tag name: generated-release-notes/tag

Loading…
Cancel
Save