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 431c745 commit 481df51Copy full SHA for 481df51
1 file changed
.github/workflows/reusable-goreleaser.yaml
@@ -82,11 +82,13 @@ jobs:
82
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7
83
with:
84
distribution: goreleaser
85
- # This binary receives the Homebrew publication token.
+ # Keep source-release and cross-repository publication credentials
86
+ # independently scoped.
87
version: v2.17.0
88
args: ${{ inputs.goreleaser-args }}
89
env:
- GITHUB_TOKEN: ${{ secrets.HOMEBREW_REPO }}
90
+ GITHUB_TOKEN: ${{ github.token }}
91
+ HOMEBREW_REPO_TOKEN: ${{ secrets.HOMEBREW_REPO }}
92
93
- name: Authenticate to Google Cloud
94
if: ${{ inputs.publish-package-repo }}
0 commit comments