mirror of
https://github.com/coder/code-server.git
synced 2024-12-24 10:12:15 +03: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
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 New Issue
Block a user