Skip to content

it works!! also i forgor to set response time header #5

it works!! also i forgor to set response time header

it works!! also i forgor to set response time header #5

Workflow file for this run

name: Deploy to Workers
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy to Workers
steps:
- uses: actions/checkout@v3
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_TOKEN }}