diff --git a/action.yml b/action.yml index 6b3363309..0ebd13158 100644 --- a/action.yml +++ b/action.yml @@ -151,6 +151,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 != ''