From 368f169c6a1e41df0f275dcffb3c98bbd96c97e0 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 26 Jul 2023 18:12:02 +0200 Subject: Permissions. --- .github/workflows/book-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') 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: -- cgit v1.2.3