Skip to content

Commit e875a29

Browse files
ci: pass GITHUB_TOKEN to setup-bun to fix 401 on latest version lookup
1 parent d259244 commit e875a29

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
uses: oven-sh/setup-bun@v2
2222
with:
2323
bun-version: latest
24+
env:
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2426

2527
- name: Install Rust
2628
uses: actions-rust-lang/setup-rust-toolchain@v1

0 commit comments

Comments
 (0)