Skip to content

Commit f44dd59

Browse files
committed
fix: use PAT for cross-repo push to homebrew-tap
1 parent 9a04a78 commit f44dd59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@v4
7474
with:
7575
repository: ${{ env.TAP_REPO }}
76-
token: ${{ secrets.GITHUB_TOKEN }}
76+
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
7777
- name: Download release artifacts
7878
run: |
7979
for asset in transcriber-macos-aarch64 transcriber-macos-x86_64 transcriber-linux-x86_64; do

0 commit comments

Comments
 (0)