Skip to content

Commit

Permalink
Update reusable1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Sep 22, 2022
1 parent 604aee9 commit 759ae6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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 1:"
echo "$value"
Expand Down

0 comments on commit 759ae6a

Please sign in to comment.