Skip to content

Commit 272e28a

Browse files
committed
Set GITHUB_TOKEN on macOS job
Trying to see if this will help with the 403s trying to download ripgrep.
1 parent c187e5e commit 272e28a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ jobs:
196196
runs-on: macos-latest
197197
timeout-minutes: 15
198198
needs: npm-version
199+
env:
200+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
201+
199202
steps:
200203
- name: Checkout repo
201204
uses: actions/checkout@v4

0 commit comments

Comments
 (0)