Skip to content

Commit

Permalink
Fix missing HOMEBREW_TAP_GITHUB_TOKEN variable
Browse files Browse the repository at this point in the history
Add missing `HOMEBREW_TAP_GITHUB_TOKEN` environment variable.
  • Loading branch information
HeavyWombat committed Feb 17, 2021
1 parent e4d9ba9 commit 4ed2581
Showing 1 changed file with 1 addition 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 @@ -27,3 +27,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

0 comments on commit 4ed2581

Please sign in to comment.