chore(setup-pesde): provide token argument as literal

This commit is contained in:
Erica Marigold 2024-11-22 00:36:42 +05:30 committed by GitHub
parent 0023e10209
commit 6f846acd90

View file

@ -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 }}"