Skip to content

Commit

Permalink
Pass GITHUB_TOKEN to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaspence committed Feb 27, 2023
1 parent ab036e4 commit c72020d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:
- uses: 'goreleaser/goreleaser-action@v4'
with:
args: 'release'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit c72020d

Please sign in to comment.