Skip to content

Commit

Permalink
Add write permission for the bot (jupyter#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Oct 9, 2021
1 parent 031abc5 commit 97b7425
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches:
- master

# Allow the bot to push to the repository
permissions:
contents: write

# This job installs dependencies, build the book, and pushes it to `gh-pages`
jobs:
deploy-book:
Expand Down

0 comments on commit 97b7425

Please sign in to comment.