Skip to content

Commit 26112f1

Browse files
committed
fix: GitHub token for Homebrew tap
The token needs to be one that has access to write to the norwoodj/homebrew-tap repository. The 'secrets.GITHUB_TOKEN' token only has access to write to the current repository.
1 parent 1af69cd commit 26112f1

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
@@ -24,4 +24,4 @@ jobs:
2424
args: release
2525
key: ${{ secrets.SIGNING_KEY }}
2626
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
GITHUB_TOKEN: ${{ secrets.NORWOODJ_ORG_TOKEN }}

0 commit comments

Comments
 (0)