We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bce848 commit 0a1930fCopy full SHA for 0a1930f
.github/workflows/python-app.yml
@@ -20,7 +20,7 @@ jobs:
20
WEBHOOK_SECRET: ${{ secrets.WEBHOOK_SECRET }}
21
run: |
22
SIGNATURE=$(echo -n "$EVENT_PAYLOAD" | openssl dgst -sha256 -hmac "$WEBHOOK_SECRET" | cut -d " " -f2)
23
- curl -X POST https://your-webhook-url/github-webhook \
+ curl -X POST https://firstly-worthy-chamois.ngrok-free.app/github-webhook \
24
-H "Content-Type: application/json" \
25
-H "X-Hub-Signature-256: sha256=$SIGNATURE" \
26
-d "$EVENT_PAYLOAD"
0 commit comments