We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24677a0 commit 4b11274Copy full SHA for 4b11274
.github/workflows/build.yml
@@ -55,3 +55,4 @@ jobs:
55
args: release --clean
56
env:
57
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
58
+ GITHUB_TOKEN_HOMEBREW: ${{ secrets.GH_PAT_HOMEBREW }}
.goreleaser.yml
@@ -42,6 +42,7 @@ brews:
42
- repository:
43
owner: putdotio
44
name: homebrew-putio-sync
45
+ token: "{{ .ENV.GITHUB_TOKEN_HOMEBREW }}"
46
directory: Formula
47
homepage: https://github.com/putdotio/putio-sync
48
description: Put.io folder sync app
0 commit comments