Update cfw.js.yml

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-06-18 15:37:13 +05:30 committed by GitHub
parent a396672acc
commit 588cb2352a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 15 deletions

View File

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