Skip to content

Commit

Permalink
Merge pull request #626 from camptocamp/backport/756-to-master
Browse files Browse the repository at this point in the history
[Backport master] Use secret defined in organisation
  • Loading branch information
sbrunner authored Nov 13, 2020
2 parents c618475 + b80fe84 commit 7149280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
steps:
- uses: camptocamp/backport-action@master
with:
token: ${{ secrets.GITHUB_GOPASS_CI_TOKEN }}
token: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: camptocamp/initialise-gopass-summon-action@v1
with:
ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}}
github-gopass-ci-token: ${{secrets.GITHUB_GOPASS_CI_TOKEN}}
github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}}
if: github.repository == 'camptocamp/tilecloud'
- run: |
summon --yaml '
Expand Down

0 comments on commit 7149280

Please sign in to comment.