Skip to content

Commit

Permalink
add existing CI TOKEN to access/push brew update (#474)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato authored Dec 20, 2024
1 parent ffaa7be commit 363d8a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ jobs:
args: -v release
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CI_HOMEBREW_TOKEN: "${{ secrets.CI_TOKEN }}"
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ brews:
- repository:
owner: helm
name: homebrew-tap
token: "{{ .Env.CI_HOMEBREW_TOKEN }}"
commit_author:
name: helm-bot
email: helm-bot@users.noreply.github.com
Expand Down

0 comments on commit 363d8a2

Please sign in to comment.