diff --git a/.github/workflows/chore.yml b/.github/workflows/chore.yml index 5afa6bd..c145c7f 100644 --- a/.github/workflows/chore.yml +++ b/.github/workflows/chore.yml @@ -36,7 +36,9 @@ jobs: name: Publish Documentation runs-on: ubuntu-latest if: startsWith(github.event.pull_request.head.ref, 'docs/') - + permissions: + id-token: write + pages: write steps: - name: Checkout Repository uses: actions/checkout@v4