diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e09b9cc1..268b4168 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -94,6 +94,7 @@ jobs: if: (startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch') permissions: pages: write + id-token: write environment: name: github-pages url: ${{ steps.docs_deployment.outputs.page_url }}