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