Skip to content

Commit

Permalink
Fix Homebrew tap auth
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Feb 4, 2022
1 parent 838fff3 commit 644ea47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.GH_PAT }}
-
name: Archive binaries
uses: actions/upload-artifact@v2
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ brews:
- tap:
owner: symfony-cli
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
commit_author:
name: Fabien Potencier
email: fabien@symfony.com
Expand All @@ -99,6 +100,7 @@ rigs:
- rig:
owner: symfony-cli
name: fish-food
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
commit_author:
name: Fabien Potencier
email: fabien@symfony.com
Expand Down

0 comments on commit 644ea47

Please sign in to comment.