Skip to content

Commit 31dbe27

Browse files
committed
restrict github token permissions per CI suggestion
1 parent cc024a1 commit 31dbe27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.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)