Skip to content

Update backup.html

Update backup.html #35

Workflow file for this run

name: Deploy API to Supabase
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: supabase/setup-cli@v1
- name: Deploy
# The --no-verify-jwt flag is the key to fixing the 401 error
run: supabase functions deploy public-api --project-ref xcicvuqdoztxhidwdmlc --no-verify-jwt
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}