diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b93fbba..f60c6e45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,6 +129,10 @@ jobs: pages: name: Build Github Pages + permissions: + contents: read + pages: write + id-token: write environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}