Skip to content

Commit

Permalink
Change github token name to fix GITHUB_ prefix error
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Sep 23, 2022
1 parent 3ff0b28 commit 3e49585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -591,5 +591,5 @@ jobs:
gh release upload "${SFTPGO_VERSION}" sftpgo_*.zip --clobber
gh release view "${SFTPGO_VERSION}"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.RELEASE_GITHUB_TOKEN}}
SFTPGO_VERSION: ${{ steps.get_version.outputs.SFTPGO_VERSION }}

0 comments on commit 3e49585

Please sign in to comment.