Skip to content

Commit efd945b

Browse files
committed
.github: workflows: docs: restrict permissions
Restrict permissions explicitly Signed-off-by: Thomas Stranger <[email protected]>
1 parent ca6d1b1 commit efd945b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ name: Documentation
55

66
on: [push, pull_request]
77

8+
permissions:
9+
contents: read
10+
811
env:
912
DOXYGEN_VERSION: 1.9.6
1013

@@ -14,6 +17,8 @@ jobs:
1417
steps:
1518
- name: Checkout
1619
uses: actions/checkout@v4
20+
with:
21+
persist-credentials: false
1722

1823
- name: Install dependencies
1924
run: |

0 commit comments

Comments
 (0)