diff --git a/.github/sync-env-vars.sh b/.github/sync-env-vars.sh index 488c151..58fe237 100644 --- a/.github/sync-env-vars.sh +++ b/.github/sync-env-vars.sh @@ -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" \