We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959a33f commit 1105cb8Copy full SHA for 1105cb8
.github/workflows/release.yml
@@ -43,4 +43,5 @@ jobs:
43
version: latest
44
args: release --clean
45
env:
46
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
+ HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
.goreleaser.yaml
@@ -117,6 +117,7 @@ brews:
117
owner: rishikanthc
118
name: homebrew-scriberr
119
branch: main
120
+ token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
121
homepage: https://github.com/rishikanthc/Scriberr
122
description: "Audio transcription service using WhisperX with speaker diarization"
123
license: MIT
0 commit comments