Skip to content

Commit 4178962

Browse files
committed
Set read permission explicitly in build documentation step
1 parent 5fae760 commit 4178962

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
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
env:
1616
DOCS_PATH: ./docs/_build/html/
17+
permissions:
18+
contents: read
1719
steps:
1820
- uses: actions/checkout@v5
1921
with:

0 commit comments

Comments
 (0)