mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 18:50:10 +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
|
- uses: xhyrom/setup-bun@v0.1.3
|
||||||
with:
|
with:
|
||||||
bun-version: latest
|
bun-version: latest
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Specific version
|
### 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
|
- uses: xhyrom/setup-bun@v0.1.3
|
||||||
with:
|
with:
|
||||||
bun-version: "0.1.3"
|
bun-version: "0.1.3"
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Canary builds
|
### 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
|
- uses: xhyrom/setup-bun@v0.1.3
|
||||||
with:
|
with:
|
||||||
bun-version: canary
|
bun-version: canary
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user