Skip to content

Commit

Permalink
chore: replace the GITHUB_ACTION by the GORELEASER_GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbo committed Jun 27, 2020
1 parent 1be81dc commit 6b53759
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 @@ -18,9 +18,9 @@ jobs:
with:
go-version: 1.13.x
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

0 comments on commit 6b53759

Please sign in to comment.