Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
fix: Use custom token for homebrew taps
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji committed Feb 24, 2023
1 parent e019e28 commit e29363c
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}

docker:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ brews:
tap:
owner: amalshaji
name: homebrew-taps
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
commit_author:
name: Amal Shaji
email: [email protected]

0 comments on commit e29363c

Please sign in to comment.