From 8f76fa33ffeb07f8986a2dadae57f5c1e7565673 Mon Sep 17 00:00:00 2001 From: Katerina Skroumpelou Date: Tue, 7 Oct 2025 15:02:52 +0300 Subject: [PATCH] chore(ci): generate token for supabase repo --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c84a6196..bab02ffb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -137,6 +137,8 @@ jobs: with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.PRIVATE_KEY }} + owner: supabase + repositories: supabase, supabase-js - name: Trigger supabase/supabase update-js-libs workflow uses: actions/github-script@v7 with: @@ -165,6 +167,8 @@ jobs: with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.PRIVATE_KEY }} + owner: supabase + repositories: supabase, supabase-js - name: Trigger supabase/supabase docs workflow uses: actions/github-script@v7