Skip to content

Commit e52345f

Browse files
committed
fix docpush job permissions
1 parent 9864f0e commit e52345f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/doc-build.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ on:
44
push:
55
branches:
66
- main
7+
- d4l3k/docfix
78
pull_request:
89

10+
permissions:
11+
contents: write
12+
913
jobs:
1014
docbuild:
1115
runs-on: linux.20_04.4x

0 commit comments

Comments
 (0)