fix: pass GitHub token to setup-bun to avoid rate limits (#861)

Co-authored-by: Jean-Eudes Peloye <jean-eudes.peloye@adevinta.com>
This commit is contained in:
Jean-Eudes Peloye
2026-02-01 14:09:41 -08:00
committed by GitHub
co-authored by Jean-Eudes Peloye
parent fab4258c6e
commit 4ce5f178c2
+1
View File
@@ -159,6 +159,7 @@ runs:
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # https://github.com/oven-sh/setup-bun/releases/tag/v2.1.2
with:
bun-version: 1.3.6
token: ${{ inputs.github_token || github.token }}
- name: Setup Custom Bun Path
if: inputs.path_to_bun_executable != ''