Skip to content

fix: add custom message for 404 storage config errors (#39296) #16

fix: add custom message for 404 storage config errors (#39296)

fix: add custom message for 404 storage config errors (#39296) #16

name: Trigger Nimbus Sync
on:
push:
branches: [master]
workflow_dispatch: # Allow manual triggering
jobs:
trigger-nimbus-sync:
runs-on: ubuntu-latest
steps:
- name: Trigger sync in supabase-nimbus
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.NIMBUS_SYNC_TOKEN }}
repository: supabase/supabase-nimbus
event-type: sync_from_upstream