url-short-cfw/.github/workflows/cfw.js.yml
Workflow config file is invalid. Please check your config file: EOF

18 lines
336 B
YAML

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