Skip to content

Commit cf1772d

Browse files
cpanatomguptahub
authored andcommitted
add existing CI TOKEN to access/push brew update (#474)
Signed-off-by: cpanato <[email protected]> Signed-off-by: Manish Gupta <[email protected]>
1 parent f55d046 commit cf1772d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ jobs:
7575
args: -v release
7676
env:
7777
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
78+
CI_HOMEBREW_TOKEN: "${{ secrets.CI_TOKEN }}"

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ brews:
200200
- repository:
201201
owner: helm
202202
name: homebrew-tap
203+
token: "{{ .Env.CI_HOMEBREW_TOKEN }}"
203204
commit_author:
204205
name: helm-bot
205206

0 commit comments

Comments
 (0)