Skip to content

Commit

Permalink
fix: update release token
Browse files Browse the repository at this point in the history
  • Loading branch information
Miloas committed Apr 3, 2023
1 parent 57329e6 commit 6c76412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
with:
args: release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GORELEASER_GITHUB_TOKEN: ${{secrets.GORELEASER_GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.TV_RELEASE_TOKEN}}
GORELEASER_GITHUB_TOKEN: ${{secrets.TV_RELEASE_TOKEN}}

0 comments on commit 6c76412

Please sign in to comment.