diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5fabd21..118ce1d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,6 +54,9 @@ jobs: deploy: needs: build + permissions: + pages: write # to deploy to Pages + id-token: write # to verify the deployment originates from an appropriate source environment: name: github-pages