Skip to content

Commit

Permalink
Fix Homebrew GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed May 1, 2023
1 parent bfe3683 commit 9b4c76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,4 @@ jobs:
- name: Upload to Brew
run: make upload_brew
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9b4c76d

Please sign in to comment.