Skip to content

Commit

Permalink
fix(release): use PAT to update scoop bucket and homebrew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
tbckr committed Oct 2, 2023
1 parent 78fc21f commit 22f23e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
SCOOP_TAP_GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
SCOOP_TAP_GITHUB_TOKEN: ${{ secrets.SCOOP_TAP_GITHUB_TOKEN }}
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ scoops:
name: "{{ .Env.SCOOP_BUCKET }}"
token: "{{ .Env.SCOOP_TAP_GITHUB_TOKEN }}"
commit_author:
name: "goreleaserbot"
email: "11543666+tbckr@users.noreply.github.com"
name: "tbckr-automation[bot]"
email: "gh-automation@tb5.dev"
commit_msg_template: "chore: Scoop update for {{ .ProjectName }} version {{ .Tag }}"
description: |-
SGPT is a command-line tool that provides a convenient way to interact with OpenAI models,
Expand All @@ -315,8 +315,8 @@ brews:
name: "{{ .Env.HOMEBREW_TAP }}"
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
commit_author:
name: "goreleaserbot"
email: "11543666+tbckr@users.noreply.github.com"
name: "tbckr-automation[bot]"
email: "gh-automation@tb5.dev"
commit_msg_template: "chore: Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
folder: Formula
description: |-
Expand Down

0 comments on commit 22f23e1

Please sign in to comment.