From e8c22a23cf47744e00f3110f100a7d764fb9be49 Mon Sep 17 00:00:00 2001 From: Samy Ouyahia Date: Wed, 20 Mar 2024 16:42:43 +0100 Subject: [PATCH] Trying stuff out to fix the documentation deployement pipeline --- .github/workflows/deploy-documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index 4064b5606..7403886cf 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -13,6 +13,8 @@ jobs: actions: read contents: read security-events: write + id-token: write + pages: write steps: - name: 💾 Checking out the repository