Skip to content

Commit 626bb1f

Browse files
committed
use secret URL
1 parent 2cfadef commit 626bb1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_to_rush_admin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
BODY='{}'
2020
TIMESTAMP=$(date +%s)
2121
SIGNATURE=$(echo -n "$TIMESTAMP$BODY" | openssl dgst -sha256 -hmac "$SECRET" | cut -d " " -f2)
22-
response=$(curl -X POST https://whatstherush.earth/deploy/python-deployer \
22+
response=$(curl -X POST $URL \
2323
-H "Content-Type: application/json" \
2424
-H "X-Timestamp: $TIMESTAMP" \
2525
-H "X-Signature: $SIGNATURE" \

0 commit comments

Comments
 (0)