Skip to content

Retrieve new submissions and bump state #22

Retrieve new submissions and bump state

Retrieve new submissions and bump state #22

Workflow file for this run

name: buildAndDeployWorker
on:
push:
branches:
- main
- feature/submit-url-management
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Publish
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}