Skip to content

Commit ae31c68

Browse files
committed
fix: pass gh token to install step
1 parent ed82b9b commit ae31c68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ runs:
110110
- id: install
111111
if: ${{ inputs.mode == 'cli' }}
112112
env:
113+
GH_TOKEN: ${{ github.token }}
113114
INPUT_VERSION: ${{ inputs.version }}
114115
INPUT_ARGS: ${{ inputs.args }}
115116
INPUT_OUTPUT_DIR: ${{ inputs.output_dir }}

0 commit comments

Comments
 (0)