chore(README): add github token

This commit is contained in:
Hyro 2022-07-26 07:29:31 +02:00 committed by GitHub
parent a9318b00d5
commit 13923243f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ Set up your GitHub Actions workflow with a specific version of Bun.
- uses: xhyrom/setup-bun@v0.1.3
with:
bun-version: latest
github-token: ${{ secrets.GITHUB_TOKEN }}
```
### Specific version
@ -19,6 +20,7 @@ Set up your GitHub Actions workflow with a specific version of Bun.
- uses: xhyrom/setup-bun@v0.1.3
with:
bun-version: "0.1.3"
github-token: ${{ secrets.GITHUB_TOKEN }}
```
### Canary builds
@ -27,4 +29,5 @@ Set up your GitHub Actions workflow with a specific version of Bun.
- uses: xhyrom/setup-bun@v0.1.3
with:
bun-version: canary
github-token: ${{ secrets.GITHUB_TOKEN }}
```