Skip to content

Commit 991b691

Browse files
authored
fix: adds a PAT token specifically for writing to homebrew-note-cli (#41)
1 parent d8df136 commit 991b691

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
args: release -f .goreleaser.yaml --clean
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
3435
-
3536
name: Upload assets
3637
uses: actions/upload-artifact@v4

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ brews:
113113
- repository:
114114
owner: blues
115115
name: homebrew-note-cli
116+
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
116117
directory: Formula
117118
homepage: https://blues.com
118119
description: Note CLI

0 commit comments

Comments
 (0)