Skip to content

Commit

Permalink
Update GoReleaser GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jun 17, 2021
1 parent 5eb3099 commit d02e707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
version: latest
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
# The following is needed because chezmoi upgrade and
# assets/scripts/install.sh have inconsistently looked for
# chezmoi_${VERSION}_checksums.txt and checksums.txt. To ensure
Expand All @@ -222,4 +222,4 @@ jobs:
cp dist/chezmoi_${VERSION}_checksums.txt dist/checksums.txt
gh release upload v${VERSION} dist/checksums.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

0 comments on commit d02e707

Please sign in to comment.