From 897d20e6c177ef1a3ecaac8d2964fb1ba92085d8 Mon Sep 17 00:00:00 2001 From: Chris Hain Date: Wed, 9 Oct 2024 16:13:59 -0700 Subject: [PATCH] Add pages: write permission to pages deployment action --- .github/workflows/deploy-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 2c67dec..ec86205 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-latest permissions: id-token: write + pages: write steps: - name: Checkout uses: actions/checkout@v4