Skip to content

fix: lets try again

fix: lets try again #8

Workflow file for this run

name: Deploy Edge Functions
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
PROJECT_ID: qgxvhncvypeqowyohhys
steps:
- uses: actions/checkout@v3
- uses: supabase/setup-cli@v1
with:
version: latest
- run: supabase functions deploy --project-ref $PROJECT_ID
- uses: fjogeleit/[email protected]
with:
url: https://api.supabase.co/rest/v1/projects/$PROJECT_ID/functions/create-embeddings
method: POST
headers: '{"apikey": "$SUPABASE_ACCESS_TOKEN"}'
body: '{"name": "World"}'