Skip to content

Commit 86fb2dd

Browse files
authored
Merge pull request #1 from oneapi-community/sfblackl-intel-patch-1
OpenSSF Scorecard for Token Permissions
2 parents 9c2bfff + 0a4eeb1 commit 86fb2dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ name: documentation
22

33
on: [push, pull_request, workflow_dispatch]
44

5-
permissions:
6-
contents: write
5+
permissions: read-all
76

87
jobs:
98
docs:
109
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
1112
steps:
1213
- uses: actions/checkout@v3
1314
- uses: actions/setup-python@v3

0 commit comments

Comments
 (0)