Skip to content

Commit 50a197d

Browse files
committed
Try again but with form submission
1 parent c8a372c commit 50a197d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ jobs:
1515
steps:
1616
- name: Trigger deploy
1717
run: |
18-
curl --fail-with-body --silent --show-error -X POST "${{ secrets.HOOKURL }}?commit=${{ github.sha }}" -H "X-Key: ${{ secrets.HOOKSECRET }}"
18+
curl --fail-with-body --silent --show-error -X POST ${{ secrets.HOOKURL }} \
19+
-H "X-Key: ${{ secrets.HOOKSECRET }}" \
20+
-H "Content-Type: application/x-www-form-urlencoded" \
21+
-d "commit=${{ github.sha }}"

0 commit comments

Comments
 (0)