Skip to content

Commit

Permalink
inject homebrew secret correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenglund committed Oct 25, 2023
1 parent c42018b commit 4acbb4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_GITHUB_AUTH_TOKEN: ${{ secrets.HOMEBREW_GITHUB_AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ brews:
owner: rockset
name: homebrew
branch: main
token: "{{ .secrets.HOMEBREW_GITHUB_AUTH_TOKEN }}"
token: "{{ .env.HOMEBREW_GITHUB_AUTH_TOKEN }}"

0 comments on commit 4acbb4e

Please # to comment.