Skip to content

Commit 23c1040

Browse files
committed
Git. Fixing access rights in pre-comit github action
1 parent 4a7b4eb commit 23c1040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
permissions:
1111
actions: read
12-
contents: read
12+
contents: write
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-python@v3

0 commit comments

Comments
 (0)