Skip to content

Commit bdd4b7e

Browse files
committed
chore(ci): fix owners
1 parent 2920b63 commit bdd4b7e

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.github/workflows/publish.yml

Lines changed: 12 additions & 8 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
@@ -265,14 +269,14 @@ jobs:
265269
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
266270
# RELEASE_GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
267271

268-
notify-stable-failure:
269-
name: Notify Slack for Stable failure
270-
# needs: release-stable
271-
# if: ${{ always() && github.event_name == 'workflow_dispatch' && needs.release-stable.result == 'failure' }}
272-
uses: ./.github/workflows/slack-notify.yml
273-
secrets: inherit
274-
with:
275-
subject: 'Stable Release'
272+
# notify-stable-failure:
273+
# name: Notify Slack for Stable failure
274+
# # needs: release-stable
275+
# # if: ${{ always() && github.event_name == 'workflow_dispatch' && needs.release-stable.result == 'failure' }}
276+
# uses: ./.github/workflows/slack-notify.yml
277+
# secrets: inherit
278+
# with:
279+
# subject: 'Stable Release'
276280

277281
# notify-canary-failure:
278282
# name: Notify Slack for Canary failure

0 commit comments

Comments
 (0)