diff options
| author | Fuwn <[email protected]> | 2022-03-20 02:59:14 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-20 02:59:14 -0700 |
| commit | d33445a1921bc25ffd2f753c5924e1da2e53fa0a (patch) | |
| tree | cc6882884300103a3b0d5ad570261db6ec64184d | |
| parent | Merge branch 'main' of https://github.com/senpy-club/graphql-api (diff) | |
| parent | chore(deps): update cloudflare/wrangler-action action to v1.3.0 (diff) | |
| download | graphql-api-d33445a1921bc25ffd2f753c5924e1da2e53fa0a.tar.xz graphql-api-d33445a1921bc25ffd2f753c5924e1da2e53fa0a.zip | |
Merge pull request #7 from senpy-club/renovate/cloudflare-wrangler-action-1.x
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: |