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 9c910c0 commit 43c236bCopy full SHA for 43c236b
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
# Use a fine grained PAT with Contents: R/W on golift/homebrew-mugs.
36
- HOMEBREW_DEPLOY_KEY: ${{ secrets.HOMEBREW_DEPLOY_KEY }}
+ HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
37
GPG_SIGNING_KEY: /tmp/key.gpg
38
GPG_SIGNING_KEY_ID: ${{ steps.import_gpg.outputs.keyid }}
39
- uses: golift/upload-packagecloud@v1
.goreleaser.yaml
@@ -94,7 +94,7 @@ brews:
94
owner: golift
95
name: homebrew-mugs
96
branch: master
97
- token: "{{ .Env.HOMEBREW_DEPLOY_KEY }}"
+ token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
98
commit_author:
99
name: goreleaserbot
100
email: [email protected]
0 commit comments