Skip to content

Commit 772dffd

Browse files
authoredSep 15, 2023
Merge pull request #553 from supabase-community/J0/add-code-owners
chore: add CODEOWNERS
2 parents 1ef07cd + e56c901 commit 772dffd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @olirice @J0

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: "Bump version, create changelog and publish"
3737
environment:
3838
name: pypi
39-
url: https://pypi.org/p/gotrue
39+
url: https://pypi.org/p/supabase
4040
permissions:
4141
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
4242
contents: write # needed for github actions bot to write to repo

0 commit comments

Comments
 (0)
Please sign in to comment.