Skip to content

Commit

Permalink
renamed header
Browse files Browse the repository at this point in the history
  • Loading branch information
uolter committed Feb 12, 2024
1 parent 8692903 commit 25f562a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/alma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
echo "Start" &&
AUTH=$(curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=api://alma" | jq .value) &&
AUTH=echo $AUTH | cut -d'"' -f 2
curl -X POST -H "Content-Type: application/json" -H "authorization: $AUTH" --data "$OUT" "https://58emq7exkj.execute-api.eu-south-1.amazonaws.com/v2/action"
echo $AUTH
curl -X POST -H "Content-Type: application/json" -H "X-Hub-Signature-256: $AUTH" --data "$OUT" "https://58emq7exkj.execute-api.eu-south-1.amazonaws.com/v2/action"

0 comments on commit 25f562a

Please sign in to comment.