Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gopuman committed Jul 12, 2023
1 parent 4c5a0ed commit 19e4129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ runs:
# ./${{ inputs.binary-name }} config set REQUEST_TOKEN ${ACTIONS_ID_TOKEN_REQUEST_TOKEN}
# ./${{ inputs.binary-name }} config set REQUEST_TOKEN_URL ${ACTIONS_ID_TOKEN_REQUEST_URL}
echo ${REQUEST_TOKEN_URL}
OIDC_TOKEN=$(curl -sLS "${REQUEST_TOKEN_URL}&audience=uffizzi" -H "User-Agent: actions/oidc-client" -H "Authorization: Bearer $REQUEST_TOKEN")
./${{ inputs.binary-name }} login_by_identity_token --token "${OIDC_TOKEN}" --server=app.uffizzi.com

0 comments on commit 19e4129

Please sign in to comment.