Skip to content

Commit

Permalink
fix(ci): GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjules committed Mar 26, 2022
1 parent 75e27c4 commit 37fb3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 37fb3f5

Please sign in to comment.