Skip to content

Commit

Permalink
chore(setup-pesde): provide token argument as literal
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev authored Nov 21, 2024
1 parent 4f7a4fb commit bb973da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-pesde/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit bb973da

Please sign in to comment.