We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d741d98 commit e3a2172Copy full SHA for e3a2172
action.yml
@@ -28,6 +28,8 @@ runs:
28
steps:
29
- run: $GITHUB_ACTION_PATH/gh-actions-install-cli.sh
30
shell: bash
31
+ env:
32
+ GITHUB_TOKEN: ${{ inputs.github-token }}
33
- run: gh-downloader -r ${{ inputs.repo }} -o ${{ inputs.output }} --mode ${{ inputs.mode }}
34
35
env:
0 commit comments