Skip to content

Commit 09e263a

Browse files
ashu17706claude
andcommitted
fix: use HOMEBREW_TAP_TOKEN secret for tap repository access
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 7d86eba commit 09e263a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v4
4343
with:
4444
repository: zero8dotdev/homebrew-warp
45-
token: ${{ secrets.GITHUB_TOKEN }}
45+
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
4646
path: homebrew-warp
4747

4848
- name: Update formula

0 commit comments

Comments
 (0)