Skip to content

Commit

Permalink
Use previous github token to release to homebrew and scoop (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheung-stripe committed Jun 1, 2022
1 parent b92c7ed commit 5d5e9b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ brews:
- tap:
owner: stripe
name: homebrew-stripe-cli
token: "{{ .Env.GORELEASER_GITHUB_TOKEN }}" # This token can access the repo, but GITHUB_TOKEN cannot
commit_author:
name: stripe-ci
email: [email protected]
Expand Down
1 change: 1 addition & 0 deletions .goreleaser/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ scoop:
bucket:
owner: stripe
name: scoop-stripe-cli
token: "{{ .Env.GORELEASER_GITHUB_TOKEN }}" # This token can access the repo, but GITHUB_TOKEN cannot
commit_author:
name: stripe-ci
email: [email protected]
Expand Down

0 comments on commit 5d5e9b6

Please sign in to comment.