Skip to content

fix: update no policies warning to 0 results (#27631) #2

fix: update no policies warning to 0 results (#27631)

fix: update no policies warning to 0 results (#27631) #2

Workflow file for this run

name: Deploy OG Images
on:
push:
branches:
- master
paths:
- 'supabase/functions/og-images/**'
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
PROJECT_ID: ${{ secrets.OG_IMAGE_SUPABASE_PROJECT_ID }}
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Setup the Supabase CLI
uses: supabase/setup-cli@v1
with:
version: latest
- run: supabase functions deploy og-images --project-ref $PROJECT_ID --no-verify-jwt