mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 02:30:26 +08:00
chore(README): add github token
This commit is contained in:
parent
a9318b00d5
commit
13923243f4
@ -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 }}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user