Skip to content

define new vars in wrangler.toml #14

define new vars in wrangler.toml

define new vars in wrangler.toml #14

Workflow file for this run

name: Deploy Worker
on:
push:
repository_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
- name: Build & Deploy Worker
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}