Skip to content

Commit

Permalink
change header value
Browse files Browse the repository at this point in the history
  • Loading branch information
uolter committed Feb 12, 2024
1 parent a5d607f commit 575736b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
echo "Start" &&
AUTH=$(curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=api://alma" | jq .value) &&
echo "Next" &&
curl -X POST -H "Content-Type: application/json" -H "authorization: $AUTH" --data "$OUT" "https://aji6rwhah0.execute-api.eu-south-1.amazonaws.com/v2/action"
curl -X POST -H "Content-Type: application/json" -H "authorization: test" --data "$OUT" "https://aji6rwhah0.execute-api.eu-south-1.amazonaws.com/v2/action"

0 comments on commit 575736b

Please sign in to comment.