Skip to content

Commit 79b2bec

Browse files
committed
Fix permissions for publishing docs
1 parent 3160adc commit 79b2bec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- main
6+
permissions:
7+
contents: write
68
jobs:
79
build:
810
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)