Skip to content

Commit

Permalink
fix: configure homebrew integration
Browse files Browse the repository at this point in the history
  • Loading branch information
gchiesa committed Jul 26, 2024
1 parent 33204fd commit 7db05b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SKA_HOMEBREW_TOKEN: ${{secrets.SKA_HOMEBREW_TOKEN}}
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ brews:
owner: gchiesa
name: homebrew-ska
branch: main
token: "{{ .Env.SKA_HOMEBREW_TOKEN }}"
# yamllint disable-line rule:comments rule:line-length
url_template: https://github.com/gchiesa/ska/releases/download/{{ .Tag }}/{{ .ArtifactName }}
commit_author:
Expand Down

0 comments on commit 7db05b1

Please sign in to comment.