Skip to content

Commit a3def1c

Browse files
committed
using proper github token for brew tap publishing
1 parent f01d53e commit a3def1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
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)