We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a04a78 commit f44dd59Copy full SHA for f44dd59
1 file changed
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
- uses: actions/checkout@v4
74
with:
75
repository: ${{ env.TAP_REPO }}
76
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
77
- name: Download release artifacts
78
run: |
79
for asset in transcriber-macos-aarch64 transcriber-macos-x86_64 transcriber-linux-x86_64; do
0 commit comments