mirror of
https://github.com/0x5eal/semver-luau.git
synced 2025-01-19 02:38:05 +00:00
chore(setup-pesde): provide token argument as literal
This commit is contained in:
parent
0023e10209
commit
6f846acd90
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup-pesde/action.yml
vendored
2
.github/actions/setup-pesde/action.yml
vendored
|
@ -26,4 +26,4 @@ runs:
|
|||
- name: Authenticate into pesde registry
|
||||
if: inputs.pesde-token != ''
|
||||
shell: bash
|
||||
run: pesde auth login --token ${{ inputs.pesde-token }}
|
||||
run: pesde auth login --token "${{ inputs.pesde-token }}"
|
||||
|
|
Loading…
Reference in a new issue