Skip to content

Commit

Permalink
fix: fixed fury.io token in release
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Dec 27, 2021
1 parent e7b38e6 commit 9deb2d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GENERAL_GITHUB_SECRET }} # The tokens needs access to another repo, so the secret.GITHUB_SECRET won't suffice
FURY_TOKEN: ${{ secrets.FURY_TOKEN }} # Gemfury token
if: ${{ steps.release.outputs.release_created }}

- name: Comment on prs and issues
Expand Down

0 comments on commit 9deb2d2

Please sign in to comment.