summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/book-cd.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/book-cd.yml b/.github/workflows/book-cd.yml
index e25fe990..fc693a78 100644
--- a/.github/workflows/book-cd.yml
+++ b/.github/workflows/book-cd.yml
@@ -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: