Skip to content

Commit 7e29cd4

Browse files
committed
restrict github token permissions per CI suggestion
1 parent c7a9647 commit 7e29cd4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "Docs build test"
22
# ensure the docs build still works
3+
permissions:
4+
contents: read
5+
36
on:
47
pull_request:
58
branches: [main, release]

0 commit comments

Comments
 (0)