Skip to content

Update README to remove QWEN_KV variable #2

Update README to remove QWEN_KV variable

Update README to remove QWEN_KV variable #2

Workflow file for this run

name: Deploy Cloudflare Worker
on:
push:
branches:
- main
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}