Skip to content

Commit bcbf617

Browse files
committed
ci: pass the brew secret to the brew workflow
1 parent 43a0876 commit bcbf617

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/brew.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
type: string
1313
description: 'The git tag name to bump the formula to.'
1414
required: true
15+
secrets:
16+
HOMEBREW_GITHUB_API_TOKEN:
17+
required: true
1518

1619
jobs:
1720
brew:

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,4 @@ jobs:
249249
uses: ./.github/workflows/brew.yaml
250250
with:
251251
tag-name: v${{ needs.init.outputs.version }}
252+
secrets: inherit

0 commit comments

Comments
 (0)