Skip to content

feat: add workflows

feat: add workflows #1

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: AvlouwWVP5xLB23n802YDuDmvITPNCIhAGNcwS0h
secrets: |
SECRET1
SECRET2
env:
R2_PUB:https://pub-309adad2fbe94fdd956d6e42278dbe10.r2.dev/

Check failure on line 22 in .github/workflows/wrangler.yaml

View workflow run for this annotation

GitHub Actions / Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/wrangler.yaml (Line: 22, Col: 11): Unexpected value 'R2_PUB:https://pub-309adad2fbe94fdd956d6e42278dbe10.r2.dev/'