mirror of
https://github.com/0x5eal/semver-luau.git
synced 2024-12-12 15:00:36 +00:00
chore(setup-pesde): provide token argument as literal
This commit is contained in:
parent
4f7a4fb9ed
commit
bb973da60a
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