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 d8df136 commit 991b691Copy full SHA for 991b691
.github/workflows/release.yml
@@ -31,6 +31,7 @@ jobs:
31
args: release -f .goreleaser.yaml --clean
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
+ TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
35
-
36
name: Upload assets
37
uses: actions/upload-artifact@v4
.goreleaser.yaml
@@ -113,6 +113,7 @@ brews:
113
- repository:
114
owner: blues
115
name: homebrew-note-cli
116
+ token: "{{ .Env.TAP_GITHUB_TOKEN }}"
117
directory: Formula
118
homepage: https://blues.com
119
description: Note CLI
0 commit comments