From 2e83facca88710a9967ee456006504f09ff9483b Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:04:15 +0200 Subject: [PATCH] Improving deploy.yml / permission bump --- .github/workflows/deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f4240d5..7c94ca6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,8 +14,8 @@ on: # Allow this job to clone the repo and create a page deployment permissions: - actions: read - contents: read + actions: write + contents: write pages: write id-token: write @@ -60,6 +60,7 @@ jobs: deploy: needs: build permissions: + actions: write contents: read pages: write id-token: write @@ -70,4 +71,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action + uses: actions/deploy-pages@v4