Skip to content

Commit c4a1c89

Browse files
Made changes to ci
1 parent 1706ae6 commit c4a1c89

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/prod-ci-superplane.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@ jobs:
139139
JSON
140140
)
141141
142-
SIGNATURE=$(echo -n "$payload" | openssl dgst -sha256 -hmac "$SUPERPLANE_TOKEN" -binary | xxd -p -c 256)
143-
144142
curl -X POST "$SUPERPLANE_WEBHOOK_URL" \
145-
-H "X-Signature-256: sha256=$SIGNATURE" \
143+
-H "Authorization: Bearer $SUPERPLANE_TOKEN" \
146144
-H "Content-Type: application/json" \
147-
--data-binary "$payload"
145+
-d "$payload"

0 commit comments

Comments
 (0)