mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
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:
parent
c187e5e782
commit
272e28abc6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue