diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 384ab71..e1d5398 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} preCommands: | - cp wrangler.toml.example wranger.toml + cp wrangler.toml.example wrangler.toml envsubst < wrangler.toml.example > wrangler.toml postCommands: | rm -f wrangler.toml