Skip to content

Commit

Permalink
fix: update env script
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Jan 4, 2025
1 parent 8f8cadf commit f8c0be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/sync-env-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ REPOSITORY_NAME=${REPOSITORY_NAME//./-}
echo "Repository name: $REPOSITORY_NAME"

# Make the API call to Cloudflare
curl -X PUT \
curl -X PATCH \
"https://api.cloudflare.com/client/v4/accounts/${CLOUDFLARE_ACCOUNT_ID}/pages/projects/${REPOSITORY_NAME}/deployment_configs" \
-H "Authorization: Bearer ${CLOUDFLARE_API_TOKEN}" \
-H "Content-Type: application/json" \
Expand Down

0 comments on commit f8c0be9

Please sign in to comment.