Skip to content

Commit 7d86eba

Browse files
ashu17706claude
andcommitted
fix: use GITHUB_TOKEN instead of custom secret for Homebrew tap access
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 555e483 commit 7d86eba

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.HOMEBREW_TAP_TOKEN }}
45+
token: ${{ secrets.GITHUB_TOKEN }}
4646
path: homebrew-warp
4747

4848
- name: Update formula

0 commit comments

Comments
 (0)