Skip to content

Commit

Permalink
Permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jul 26, 2023
1 parent 8da6568 commit 368f169
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/book-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
# permissions:
# contents: write # To push a branch
# pull-requests: write # To create a PR from that branch
permissions:
contents: write # To push a branch
pull-requests: write # To create a PR from that branch
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 368f169

Please sign in to comment.