Set GITHUB_TOKEN on macOS job

Trying to see if this will help with the 403s trying to download
ripgrep.
This commit is contained in:
Asher 2024-12-18 13:42:08 -09:00
parent c187e5e782
commit 272e28abc6
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -196,6 +196,9 @@ jobs:
runs-on: macos-latest
timeout-minutes: 15
needs: npm-version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repo
uses: actions/checkout@v4