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 4f7a4fb9ed
commit bb973da60a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,4 +26,4 @@ runs:
- name: Authenticate into pesde registry - name: Authenticate into pesde registry
if: inputs.pesde-token != '' if: inputs.pesde-token != ''
shell: bash shell: bash
run: pesde auth login --token ${{ inputs.pesde-token }} run: pesde auth login --token "${{ inputs.pesde-token }}"