From 5e8f68781dadbc4f99b2efe79891b547af3ed2dd Mon Sep 17 00:00:00 2001 From: Gerrit Balindt Date: Tue, 17 Sep 2024 17:23:49 +0200 Subject: [PATCH] add permsissions to workflow --- .github/workflows/deploy_web_pages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy_web_pages.yml b/.github/workflows/deploy_web_pages.yml index 6eb35d8..9a0621f 100644 --- a/.github/workflows/deploy_web_pages.yml +++ b/.github/workflows/deploy_web_pages.yml @@ -8,6 +8,11 @@ on: jobs: deploy: runs-on: ubuntu-latest + + permissions: + actions: write + contents: read + steps: - uses: actions/checkout@v4