diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7fd073e..674eed3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,3 +28,8 @@ jobs: - name: Deploy to GitHub Pages uses: actions/deploy-pages@v3 + +permissions: + contents: read + pages: write + id-token: write