Skip to content

minor: add 201 if error, fix videoId being username #14

minor: add 201 if error, fix videoId being username

minor: add 201 if error, fix videoId being username #14

name: Deploy to Cloudflare Workers
on:
push:
branches:
- main
- master
- hono-rewrite
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
- name: Deploy to Cloudflare Workers
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}