We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab4258 commit 4ce5f17Copy full SHA for 4ce5f17
action.yml
@@ -159,6 +159,7 @@ runs:
159
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # https://github.com/oven-sh/setup-bun/releases/tag/v2.1.2
160
with:
161
bun-version: 1.3.6
162
+ token: ${{ inputs.github_token || github.token }}
163
164
- name: Setup Custom Bun Path
165
if: inputs.path_to_bun_executable != ''
0 commit comments