chore(workflows/test): use ACCESS_TOKEN
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
|||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
bun-version: ${{ matrix.bun-version }}
|
bun-version: ${{ matrix.bun-version }}
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
custom-download-url: ${{ matrix.custom-download-url }}
|
custom-download-url: ${{ matrix.custom-download-url }}
|
||||||
|
|
||||||
- name: Try bun
|
- 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
|
- uses: xhyrom/setup-bun@v0.1.6
|
||||||
with:
|
with:
|
||||||
custom-download-url: https://api.github.com/repos/oven-sh/bun/actions/artifacts/311939881/zip # must be github api
|
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)
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user