Skip to content

Commit 0a1930f

Browse files
authored
Update python-app.yml
1 parent 1bce848 commit 0a1930f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
WEBHOOK_SECRET: ${{ secrets.WEBHOOK_SECRET }}
2121
run: |
2222
SIGNATURE=$(echo -n "$EVENT_PAYLOAD" | openssl dgst -sha256 -hmac "$WEBHOOK_SECRET" | cut -d " " -f2)
23-
curl -X POST https://your-webhook-url/github-webhook \
23+
curl -X POST https://firstly-worthy-chamois.ngrok-free.app/github-webhook \
2424
-H "Content-Type: application/json" \
2525
-H "X-Hub-Signature-256: sha256=$SIGNATURE" \
2626
-d "$EVENT_PAYLOAD"

0 commit comments

Comments
 (0)