Skip to content

Using correct table name #14

Using correct table name

Using correct table name #14

Workflow file for this run

name: buildAndDeployWorker
on:
push:
branches:
- main
- feature/add-podcast-capture
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 }}