Skip to content

Commit 506751f

Browse files
committed
Switch to personal access token for goreleaser
`goreleaser` needs to update our separate homebrew tap repo which can't be done with the normal repo-scoped GitHub actions token.
1 parent b775330 commit 506751f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
goreleaser check
4646
goreleaser release --snapshot --skip-publish --rm-dist
4747
env:
48-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_ACCESS_TOKEN }}
4949

5050
integration-test:
5151
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
version: latest
2727
args: release
2828
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)