diff --git a/.github/workflows/deploy-to-cloudflare.yaml b/.github/workflows/deploy-to-cloudflare.yaml index 35f139e..3e1595a 100644 --- a/.github/workflows/deploy-to-cloudflare.yaml +++ b/.github/workflows/deploy-to-cloudflare.yaml @@ -14,6 +14,6 @@ jobs: - run: "sed -i 's/{KV_SHORT_URL_BINDING_ID}/${{ secrets.KV_SHORT_URL_BINDING_ID }}/g' wrangler.toml" - run: "sed -i 's/{KV_SHORT_URL_MAPPING_BINDING_ID}/${{ secrets.KV_SHORT_URL_MAPPING_BINDING_ID }}/g' wrangler.toml" - name: Publish - uses: cloudflare/wrangler-action@v3.10.0 + uses: cloudflare/wrangler-action@v3.11.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} \ No newline at end of file