We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfadef commit 626bb1fCopy full SHA for 626bb1f
1 file changed
.github/workflows/deploy_to_rush_admin.yml
@@ -19,7 +19,7 @@ jobs:
19
BODY='{}'
20
TIMESTAMP=$(date +%s)
21
SIGNATURE=$(echo -n "$TIMESTAMP$BODY" | openssl dgst -sha256 -hmac "$SECRET" | cut -d " " -f2)
22
- response=$(curl -X POST https://whatstherush.earth/deploy/python-deployer \
+ response=$(curl -X POST $URL \
23
-H "Content-Type: application/json" \
24
-H "X-Timestamp: $TIMESTAMP" \
25
-H "X-Signature: $SIGNATURE" \
0 commit comments