Skip to content

Commit

Permalink
Use one github token for release and status
Browse files Browse the repository at this point in the history
Co-authored-by: Luan Santos <lsantos@pivotal.io>
  • Loading branch information
dpb587-pivotal and luan committed Aug 27, 2018
1 parent fb7656a commit d737b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ resources:
type: github-status
source:
repository: cloudfoundry/bosh-cli
access_token: {{repo_github_token}}
access_token: {{github_token}}
branch: develop
context: ci/published

Expand Down Expand Up @@ -356,7 +356,7 @@ resources:
source:
owner: cloudfoundry
repository: bosh-cli
access_token: {{github_release_token}}
access_token: {{github_token}}
drafts: true

- name: final-docker
Expand Down

0 comments on commit d737b7d

Please sign in to comment.