Skip to content

Commit 9ffec5c

Browse files
committed
Add repository write permissions to docs CI job
1 parent 464407b commit 9ffec5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
php: ["8.2"]
1919
clang: ["17"]
2020
mdbook: ["latest"]
21+
permissions:
22+
contents: write
2123
steps:
2224
- name: Checkout code
2325
uses: actions/checkout@v4

0 commit comments

Comments
 (0)