Skip to content

Commit 1105cb8

Browse files
committed
fix ci/cd - update env secret
1 parent 959a33f commit 1105cb8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ jobs:
4343
version: latest
4444
args: release --clean
4545
env:
46-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ brews:
117117
owner: rishikanthc
118118
name: homebrew-scriberr
119119
branch: main
120+
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
120121
homepage: https://github.com/rishikanthc/Scriberr
121122
description: "Audio transcription service using WhisperX with speaker diarization"
122123
license: MIT

0 commit comments

Comments
 (0)