Skip to content

Commit 137695e

Browse files
authored
Merge pull request #4 from AISmithLab/fix/sync-studies-workflow
fix(ci): grant contents: write so sync-studies-index can push to main
2 parents 83a4032 + c54baa1 commit 137695e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sync-studies-index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
rebuild:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1214
steps:
1315
- uses: actions/checkout@v4
1416
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)