diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-03-15 02:15:17 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-15 02:15:17 +0000 |
| commit | f76f4af19dadf23bcb179e0a96027fcd9089bc39 (patch) | |
| tree | 69f144933738f5739e8e15a1d4373cce9867bcde | |
| parent | Merge branch 'main' of https://github.com/senpy-club/graphql-api (diff) | |
| download | graphql-api-renovate/cloudflare-wrangler-action-3.x.tar.xz graphql-api-renovate/cloudflare-wrangler-action-3.x.zip | |
chore(deps): update cloudflare/wrangler-action action to v3renovate/cloudflare-wrangler-action-3.x
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bcf9bd3..dfd8990 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - run: npm install - name: 📨 Publish - uses: cloudflare/[email protected] + uses: cloudflare/[email protected] with: apiToken: ${{ secrets.CF_API_TOKEN }} env: |