Skip to content

Commit 474ec97

Browse files
authored
Merge pull request #338 from leofang/fix_doc_ci
Fix doc ci permissions
2 parents 2ebacd6 + a62cb6e commit 474ec97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,7 @@ jobs:
339339
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
340340
permissions:
341341
id-token: write
342-
pages: write
343-
contents: read
342+
contents: write
344343
needs:
345344
- build
346345
secrets: inherit

0 commit comments

Comments
 (0)