From e28a33ff2b6ba80df46e63059840ab560be78fb4 Mon Sep 17 00:00:00 2001 From: Remi Marche Date: Sun, 16 Jun 2024 23:53:35 +0200 Subject: [PATCH] update workflow --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6d554c3..065fc75 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,6 +33,10 @@ jobs: environment: name: github-pages url: ${{steps.deployment.outputs.page_url}} + permissions: + contents: read + pages: write + id-token: write runs-on: ubuntu-latest needs: build steps: