Skip to content

feat: add email text as input to find the caller #6

feat: add email text as input to find the caller

feat: add email text as input to find the caller #6

Workflow file for this run

name: Deploy Worker
on:
push:
branches:
- master
paths:
- 'src/**'
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}