Skip to content

Commit

Permalink
Update alma.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uolter authored Jan 30, 2024
1 parent 127ad5c commit 9b7b28a
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 @@ -28,5 +28,5 @@ jobs:
echo $OUT &&
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://xf3mor2ks5.execute-api.eu-south-1.amazonaws.com/v1/action"
curl -X POST -H "Content-Type: application/json" -H "authorization: $AUTH" --data "$OUT" "https://aji6rwhah0.execute-api.eu-south-1.amazonaws.com/v2/action"

0 comments on commit 9b7b28a

Please sign in to comment.