Skip to content

Commit 595c1c3

Browse files
committed
build: add actions write permission to doc workflow
1 parent 2a4f040 commit 595c1c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Documentation.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
build:
1212
permissions:
13+
actions: write
1314
contents: write
1415
pull-requests: read
1516
statuses: write

0 commit comments

Comments
 (0)