diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c49c64..b94358d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/README.md b/README.md index af6ab91..ad52f59 100644 --- a/README.md +++ b/README.md @@ -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) ``` \ No newline at end of file