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: