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 23:09:41 +01:00 committed by GitHub
parent fab4258c6e
commit 4ce5f178c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 != ''