We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d567f4 commit dfde872Copy full SHA for dfde872
twine-upload.sh
@@ -46,7 +46,7 @@ if [[ "${INPUT_USER}" == "__token__" && -z "${INPUT_PASSWORD}" ]] ; then
46
echo \
47
'::notice::Attempting to perform OIDC credential exchange' \
48
'to retrieve a temporary short-lived API token for authentication' \
49
- "against ${INPUT_REPOSITORY_URL} due to __token__ username with no " \
+ "against ${INPUT_REPOSITORY_URL} due to __token__ username with no" \
50
'supplied password field'
51
INPUT_PASSWORD="$(python /app/oidc-exchange.py)"
52
elif [[ "${INPUT_USER}" == '__token__' ]]; then
0 commit comments