Skip to content

Commit 9de2fd4

Browse files
authored
Merge pull request #921 from rasmi/fix-ci-permissions
Fix CI permissions for schema updates.
2 parents e043a8b + ac04ed8 commit 9de2fd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
# Only run on push to main/master, not on PRs
8787
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
8888

89+
permissions:
90+
contents: write
91+
8992
steps:
9093
- uses: actions/checkout@v4
9194
with:

0 commit comments

Comments
 (0)