Skip to content

Merge branch 'main' of https://github.com/nufflee/embedherald #1

Merge branch 'main' of https://github.com/nufflee/embedherald

Merge branch 'main' of https://github.com/nufflee/embedherald #1

Workflow file for this run

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