Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 7561df9

Browse files
authored
Merge pull request #299 from supabase-community/j0/fix_version_toml
chore: add contents permission
2 parents b66f958 + a2a4912 commit 7561df9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
url: https://pypi.org/p/gotrue
4040
permissions:
4141
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
42+
contents: write # needed for dependabot to write to repo
4243
steps:
4344
- name: Clone Repository
4445
uses: actions/checkout@v3

0 commit comments

Comments
 (0)