From b54a3450631f6f01afa50f8e7b7aa4207a119447 Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Wed, 6 Nov 2024 21:03:19 -0600 Subject: [PATCH] Allow writing to repo --- .github/workflows/deploy.yml | 3 +++ pf-recommended-practices/intro.md | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index abcf854..f80bed1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,9 @@ on: env: BASE_URL: /${{ github.event.repository.name }} +permissions: + actions: write + # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. concurrency: diff --git a/pf-recommended-practices/intro.md b/pf-recommended-practices/intro.md index 3fbcd24..0849dd9 100644 --- a/pf-recommended-practices/intro.md +++ b/pf-recommended-practices/intro.md @@ -12,5 +12,3 @@ The second part of the website a small sample book to give you a feel for how bo structured. It shows off a few of the major file types, as well as some sample content. It does not go in-depth into any particular topic - check out [the Jupyter Book documentation](https://jupyterbook.org) for more information. - -Test