Skip to content

Commit ed2cc60

Browse files
committed
add write permission to GITHUB_TOKEN for Pages
1 parent 5f7be6d commit ed2cc60

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-mkdocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ on:
44
push:
55
branches:
66
- main
7+
78
permissions:
8-
contents: write
9+
contents: read
10+
pages: write
11+
id-token: write
12+
913
jobs:
1014
build_mkdocs:
1115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)