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

19 lines
376 B
YAML

- name: Deploy to Cloudflare Workers with Wrangler
uses: cloudflare/wrangler-action@1.3.0
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 }}