Skip to content

Commit 6cb2c1b

Browse files
using proper github token for brew tap publishing (#13)
* updated goreleaser token * Updated goreleaser config to avoid including version into archive name. * Ensure working release for amd/arm and linux/darwin * Updated goreleaser config wrt mod=mod * Updated goreleaser config wrt mod=mod * updated brew tap * updated brew tap * using proper github token for brew tap publishing
1 parent f6a937a commit 6cb2c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
version: ${{ env.GITHUB_REF_NAME }}
3131
args: release --rm-dist
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)