From ccb3bbd96eac260be0472d87215b7d42f8edb3c7 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein <669761+bottler@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:02:46 +0000 Subject: [PATCH] ci: pages perms (#1671) --- .github/workflows/every_commit.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/every_commit.yml b/.github/workflows/every_commit.yml index 13c65dce3..aea900fd4 100644 --- a/.github/workflows/every_commit.yml +++ b/.github/workflows/every_commit.yml @@ -8,8 +8,7 @@ jobs: install: runs-on: ubuntu-latest permissions: - id-token: write - pages: write + contents: write steps: - uses: actions/setup-python@v5 with: