doesitarm/.github/workflows/deploy-cloudflare-workers.yml
Workflow config file is invalid. Please check your config file: yaml: line 2: did not find expected '-' indicator
2022-02-03 19:40:00 -06:00

18 lines
335 B
YAML

- name: Deploy to Cloudflare Workers with Wrangler
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@master
- name: Publish
uses: cloudflare/wrangler-action@1.3.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}