Skip to content

Commit 8de4bcb

Browse files
committed
Sigh
1 parent 5658875 commit 8de4bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cron-wishlist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Pull first, since something could've been pushed in-between.
5959
run: |
6060
curl -X POST \
61-
-H "API-Token $TOKEN" \
61+
-H "Authorization: API-Token $TOKEN" \
6262
-H "Content-Type: application/json" \
6363
-d '${{ steps.fetch.outputs.json }}' \
6464
--fail-with-body \

0 commit comments

Comments
 (0)