Skip to content

Commit

Permalink
Print all result.
Browse files Browse the repository at this point in the history
Signed-off-by: Bhupender <[email protected]>
  • Loading branch information
Bhupender-Y committed Nov 30, 2023
1 parent 33d336d commit 73cdbb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tagPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ jobs:
resp=$(curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" \
"$ACTIONS_ID_TOKEN_REQUEST_URL&audience=testpypi")
oidc_token=$(jq '.value' <<< "${resp}")
echo ${oidc_token}
# exchange the OIDC token for an API token
resp=$(curl -X POST https://pypi.org/_/oidc/github/mint-token -d "{\"token\": \"${oidc_token}\"}")
echo ${resp}
api_token=$(jq '.token' <<< "${resp}")
# mask the newly minted API token, so that we don't accidentally leak it
Expand Down

0 comments on commit 73cdbb3

Please sign in to comment.