Skip to content

Commit

Permalink
CI: Add Homebrew API token to tests workflow to fix rate limit error
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Feb 28, 2024
1 parent f595ae0 commit 0140894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
matrix:
os: [ubuntu-22.04, macos-13, macos-14]
runs-on: ${{ matrix.os }}
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_API_TOKEN }}
steps:
- name: Set up Homebrew
id: set-up-homebrew
Expand Down

0 comments on commit 0140894

Please sign in to comment.