From 1b61155c5c218a622fa95b0267a92380860f9931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Fr=C3=B6jdh?= Date: Wed, 30 Oct 2024 16:15:44 +0100 Subject: [PATCH] another try --- .github/workflows/build_docs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 603ba1a..e9e201c 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -6,6 +6,10 @@ on: branches: - v1 +permissions: + contents: read + pages: write + id-token: write jobs: build: @@ -55,8 +59,6 @@ jobs: needs: build steps: - name: Deploy to GitHub Pages - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} id: deployment uses: actions/deploy-pages@v4