diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index c9debd0..3840895 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -94,7 +94,12 @@ jobs: # Deploy to the github-pages environment # but not on PRs if: ${{ github.event_name != 'pull_request' }} - + + permissions: + contents: write + id-token: write + pages: write + environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}