Skip to content

Commit

Permalink
Set GITHUB_TOKEN on macOS job
Browse files Browse the repository at this point in the history
Trying to see if this will help with the 403s trying to download
ripgrep.
  • Loading branch information
code-asher committed Dec 18, 2024
1 parent c187e5e commit 272e28a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 272e28a

Please sign in to comment.