mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 02:30:26 +08:00
chore(workflows/test): use ACCESS_TOKEN
This commit is contained in:
parent
f391a17228
commit
c3404c3d6b
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
uses: ./
|
||||
with:
|
||||
bun-version: ${{ matrix.bun-version }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github-token: ${{ secrets.ACCESS_TOKEN }}
|
||||
custom-download-url: ${{ matrix.custom-download-url }}
|
||||
|
||||
- name: Try bun
|
||||
|
@ -47,5 +47,5 @@ Set up your GitHub Actions workflow with a specific version of Bun.
|
||||
- uses: xhyrom/setup-bun@v0.1.6
|
||||
with:
|
||||
custom-download-url: https://api.github.com/repos/oven-sh/bun/actions/artifacts/311939881/zip # must be github api
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github-token: ${{ secrets.ACCESS_TOKEN }} # must have the actions scope to download artifacts (https://github.com/actions/upload-artifact/issues/51#issuecomment-622955923)
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user