Skip to content

Commit 82563fc

Browse files
authored
chore(ci): generate token for supabase repo (#1737)
1 parent 3d70605 commit 82563fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ jobs:
137137
with:
138138
app-id: ${{ secrets.APP_ID }}
139139
private-key: ${{ secrets.PRIVATE_KEY }}
140+
owner: supabase
141+
repositories: supabase, supabase-js
140142
- name: Trigger supabase/supabase update-js-libs workflow
141143
uses: actions/github-script@v7
142144
with:
@@ -165,6 +167,8 @@ jobs:
165167
with:
166168
app-id: ${{ secrets.APP_ID }}
167169
private-key: ${{ secrets.PRIVATE_KEY }}
170+
owner: supabase
171+
repositories: supabase, supabase-js
168172

169173
- name: Trigger supabase/supabase docs workflow
170174
uses: actions/github-script@v7

0 commit comments

Comments
 (0)