mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 00:21:08 -05:00
twine-upload: expound
Signed-off-by: William Woodruff <william@trailofbits.com>
This commit is contained in:
parent
67b747a9c8
commit
3d567f44ce
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ if [[ "${INPUT_USER}" == "__token__" && -z "${INPUT_PASSWORD}" ]] ; then
|
|||
echo \
|
||||
'::notice::Attempting to perform OIDC credential exchange' \
|
||||
'to retrieve a temporary short-lived API token for authentication' \
|
||||
"against ${INPUT_REPOSITORY_URL}"
|
||||
"against ${INPUT_REPOSITORY_URL} due to __token__ username with no " \
|
||||
'supplied password field'
|
||||
INPUT_PASSWORD="$(python /app/oidc-exchange.py)"
|
||||
elif [[ "${INPUT_USER}" == '__token__' ]]; then
|
||||
echo \
|
||||
|
|
Loading…
Reference in a new issue