Skip to content

Commit

Permalink
ci(release): override GITHUB_TOKEN in the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Sep 22, 2023
1 parent bba9c76 commit 9bdf5cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
release:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}}
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
SECRET_FILES_PASSPHRASE: ${{ secrets.SECRET_FILES_PASSPHRASE }}
PREVIOUS_VERSION: ${{ github.event.inputs.previousVersion }}
Expand Down

0 comments on commit 9bdf5cc

Please sign in to comment.