Skip to content

Commit

Permalink
fix brew deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Sep 27, 2023
1 parent 37db20f commit 7a856ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ brews:
repository:
owner: kubero-dev
name: homebrew-kubero
token: "{{ .Env.GORELEASER_GITHUB_TOKEN }}"
homepage: "https://www.kubero.dev"
description: "Manage your kubero applications with the CLI"
test: |
Expand Down

0 comments on commit 7a856ff

Please sign in to comment.