From 6fdaff6aa5dc3ef7d0a8922ef841667f1c947272 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 12 Jul 2023 15:32:39 +0200 Subject: [PATCH] Set GITHUB_TOKEN permissions for docs CI job --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6362e5b8..62e8aca7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -204,6 +204,12 @@ jobs: name: Docs needs: xtask runs-on: ubuntu-latest + + permissions: + contents: read + pages: write + id-token: write + steps: - name: Checkout repo uses: actions/checkout@v3