diff --git a/.github/workflows/pages-gh.yml b/.github/workflows/pages-gh.yml index 90599b9..4fc7395 100644 --- a/.github/workflows/pages-gh.yml +++ b/.github/workflows/pages-gh.yml @@ -114,6 +114,8 @@ jobs: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: write + id-token: write + pages: write runs-on: ubuntu-latest needs: build-website steps: