diff options
| author | Renovate Bot <[email protected]> | 2022-03-20 09:57:51 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-20 09:57:51 +0000 |
| commit | 3d4e3c6890fa33988d7e63b3f3077a5c51674d71 (patch) | |
| tree | cc6882884300103a3b0d5ad570261db6ec64184d | |
| parent | Merge branch 'main' of https://github.com/senpy-club/graphql-api (diff) | |
| download | graphql-api-3d4e3c6890fa33988d7e63b3f3077a5c51674d71.tar.xz graphql-api-3d4e3c6890fa33988d7e63b3f3077a5c51674d71.zip | |
chore(deps): update cloudflare/wrangler-action action to v1.3.0
| -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 0af9f9d..bcf9bd3 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: |