Skip to content

Commit

Permalink
feat(git-workflows): Use correct github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Angi-Kinas committed Nov 7, 2023
1 parent 14ea13c commit d506453
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- closed
- labeled

env:
HAS_SECRETS: ${{ secrets.HAS_SECRETS }}

jobs:
backport:
runs-on: ubuntu-22.04
Expand All @@ -18,5 +15,4 @@ jobs:
steps:
- uses: camptocamp/backport-action@master
with:
token: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}
if: env.HAS_SECRETS == 'HAS_SECRETS'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d506453

Please sign in to comment.