Skip to content

Commit

Permalink
Update reusable2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Sep 22, 2022
1 parent 74f23ba commit 604aee9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/reusable2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: oidc
run: |
JWT=$(curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=testaudience")
jwt=$(curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=testaudience")
value=$(echo "$jwt" | jq -r '.value' | base64 -w0)
echo "JWT reusable 2:"
echo "$JWT"
echo "$value"

0 comments on commit 604aee9

Please sign in to comment.