Skip to content

Commit 3bd7e86

Browse files
committed
goreleaser: use custom token for homebrew
We can't use the deafult GITHUB_TOKEN with actions because it doens't have access to the homebrew repo https://github.com/Santiago-Labs/homebrew-telophase I had to use a custom access token for this, we will cycle it every 90 days.
1 parent 87bc331 commit 3bd7e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
version: latest
3636
args: release --clean
3737
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
3939
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
4040
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 commit comments

Comments
 (0)