Skip to content

Commit

Permalink
chore: Use GITHUB_TOKEN for release jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pgollangi committed Nov 16, 2023
1 parent 6a84826 commit 65193f5
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 @@ -37,7 +37,7 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro'
# distribution:
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 comments on commit 65193f5

Please sign in to comment.