Skip to content

Commit a03650f

Browse files
committed
Grant write permissions to documentation workflow
1 parent 89e479d commit a03650f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
PYTHON_VERSION: 3.x
2929

3030
permissions:
31-
contents: read
31+
contents: write
3232

3333
jobs:
3434
documentation:

0 commit comments

Comments
 (0)