diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a5509b65..a7072ac2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,8 +16,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read - pages: write + contents: write id-token: write # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. diff --git a/.github/workflows/pr-deploy.yml b/.github/workflows/pr-deploy.yml index 642872d7..869eefde 100644 --- a/.github/workflows/pr-deploy.yml +++ b/.github/workflows/pr-deploy.yml @@ -9,9 +9,8 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read + contents: write pull-requests: write - pages: write id-token: write # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.