diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cdef7e6cf..361ddefdd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -86,7 +86,7 @@ jobs: - name: Deploy Workers if: steps.changes.outputs.relevant == 'true' - uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 + uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd env: NODE_ENV: production CLOUDFLARE_ENV: ${{ matrix.env || '' }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b468de11e..5a0a45218 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -115,7 +115,7 @@ jobs: - name: Upload Worker Version if: steps.changes.outputs.relevant == 'true' id: deploy - uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 + uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}