Skip to content

Commit 97b7425

Browse files
authored
Add write permission for the bot (#77)
1 parent 031abc5 commit 97b7425

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
branches:
77
- master
88

9+
# Allow the bot to push to the repository
10+
permissions:
11+
contents: write
12+
913
# This job installs dependencies, build the book, and pushes it to `gh-pages`
1014
jobs:
1115
deploy-book:

0 commit comments

Comments
 (0)