diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-07-26 18:12:02 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-07-26 18:12:02 +0200 |
commit | 368f169c6a1e41df0f275dcffb3c98bbd96c97e0 (patch) | |
tree | c83b1bf4d108de51d668810abd9d4864455d5c32 /.github | |
parent | 8da6568c2089d74b203857702671cb23c7627e79 (diff) | |
download | candle-368f169c6a1e41df0f275dcffb3c98bbd96c97e0.tar.gz candle-368f169c6a1e41df0f275dcffb3c98bbd96c97e0.tar.bz2 candle-368f169c6a1e41df0f275dcffb3c98bbd96c97e0.zip |
Permissions.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/book-cd.yml | 6 |
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: |