Skip to content

Commit e3a2172

Browse files
action: Passdown the github token to the install cli file
1 parent d741d98 commit e3a2172

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ runs:
2828
steps:
2929
- run: $GITHUB_ACTION_PATH/gh-actions-install-cli.sh
3030
shell: bash
31+
env:
32+
GITHUB_TOKEN: ${{ inputs.github-token }}
3133
- run: gh-downloader -r ${{ inputs.repo }} -o ${{ inputs.output }} --mode ${{ inputs.mode }}
3234
shell: bash
3335
env:

0 commit comments

Comments
 (0)