Skip to content

Commit

Permalink
πŸ” Add HOMEBREW_GITHUB_API_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Nov 3, 2024
1 parent 7d0f0a8 commit 73d63a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@ jobs:
run: |
script/bootstrap -f
- name: πŸ” Configure HOMEBREW_GITHUB_API_TOKEN
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
run: |
export HOMEBREW_GITHUB_API_TOKEN=your_token_here >>/Users/runner/.bash_profile
- name: πŸ”§ Configure Git Author
run: |
git config --global user.name 'masclibot'
Expand Down

0 comments on commit 73d63a2

Please sign in to comment.