Skip to content

Commit

Permalink
fix: pass GITHUB_TOKEN to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
npazosmendez committed Sep 30, 2024
1 parent 89cc1e2 commit d39ec2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,5 @@ jobs:
go-version: 1.21.8
- name: Run goreleaser
run: curl -sfL https://goreleaser.com/static/run | bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d39ec2d

Please sign in to comment.