Skip to content

Commit 4ce5f17

Browse files
peloyejeJean-Eudes Peloye
andauthored
fix: pass GitHub token to setup-bun to avoid rate limits (#861)
Co-authored-by: Jean-Eudes Peloye <jean-eudes.peloye@adevinta.com>
1 parent fab4258 commit 4ce5f17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ runs:
159159
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # https://github.com/oven-sh/setup-bun/releases/tag/v2.1.2
160160
with:
161161
bun-version: 1.3.6
162+
token: ${{ inputs.github_token || github.token }}
162163

163164
- name: Setup Custom Bun Path
164165
if: inputs.path_to_bun_executable != ''

0 commit comments

Comments
 (0)