1 parent 1706ae6 commit c4a1c89Copy full SHA for c4a1c89
1 file changed
.github/workflows/prod-ci-superplane.yml
@@ -139,9 +139,7 @@ jobs:
139
JSON
140
)
141
142
- SIGNATURE=$(echo -n "$payload" | openssl dgst -sha256 -hmac "$SUPERPLANE_TOKEN" -binary | xxd -p -c 256)
143
-
144
curl -X POST "$SUPERPLANE_WEBHOOK_URL" \
145
- -H "X-Signature-256: sha256=$SIGNATURE" \
+ -H "Authorization: Bearer $SUPERPLANE_TOKEN" \
146
-H "Content-Type: application/json" \
147
- --data-binary "$payload"
+ -d "$payload"
0 commit comments