From 4ce5f178c22b5a6494fb3246ecd96bce6ac99c67 Mon Sep 17 00:00:00 2001 From: Jean-Eudes Peloye Date: Sun, 1 Feb 2026 23:09:41 +0100 Subject: [PATCH] fix: pass GitHub token to setup-bun to avoid rate limits (#861) Co-authored-by: Jean-Eudes Peloye --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index c488614..806a0b1 100644 --- a/action.yml +++ b/action.yml @@ -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 != ''