Skip to content

Commit

Permalink
Use default GitHub token in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jun 15, 2021
1 parent d65299e commit 5eb3099
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.GORELEASER_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.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.GORELEASER_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5eb3099

Please sign in to comment.