Skip to content

Commit 1c85e0d

Browse files
committed
Add write permissions for docs workflow
1 parent 8dba0cc commit 1c85e0d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
# Build docs when pushing to `main` branch.
55
branches: [ main ]
6+
permissions:
7+
contents: write
68
jobs:
79
build:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)