Skip to content

Merge pull request #116 from Repressoh/dependabot/npm_and_yarn/wrangl… #109

Merge pull request #116 from Repressoh/dependabot/npm_and_yarn/wrangl…

Merge pull request #116 from Repressoh/dependabot/npm_and_yarn/wrangl… #109

Workflow file for this run

name: Deploy to Workers
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
quiet: true
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}