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 759ae6a commit 9165816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
run: |
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)
value=$(echo "$jwt" | base64 -w0)
echo "JWT reusable 2:"
echo "$value"

0 comments on commit 9165816

Please sign in to comment.