Skip to content

Commit 61b25ed

Browse files
Merge branch 'trial-testing:main' into main
2 parents d1e6f35 + f9d1b0a commit 61b25ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
echo "Sending JSON payload to API"
8888
8989
response=$(curl -s -X POST "$API_URL" \
90-
-H "Authorization: Bearer $TOKEN"
90+
-H "Authorization: Bearer $TOKEN" \
9191
-H "Content-Type: application/json" \
9292
--data-binary "@$JSON_PAYLOAD_PATH")
9393

0 commit comments

Comments
 (0)