From 4a65214dcb002401540c1894b23e4b523a267e3d Mon Sep 17 00:00:00 2001 From: Patrik <21142447+ggravlingen@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:32:39 +0000 Subject: [PATCH 1/2] Fix failing workflows --- .github/workflows/pypi-publish.yml | 2 +- .github/workflows/test.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 0c36b98..bb38679 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -22,7 +22,7 @@ jobs: id-token: write steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - name: Install uv diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9d5e4f..14b2414 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -162,7 +162,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - persist-credentials: false with: persist-credentials: false From 59e54abb4f6cafee6578c9efa258023db04699d1 Mon Sep 17 00:00:00 2001 From: Patrik <21142447+ggravlingen@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:36:58 +0000 Subject: [PATCH 2/2] Fix --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14b2414..9cef5c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,8 @@ on: - cron: "0 6 * * 1" permissions: - pull-requests: read + # Write is required for the coverage report to be posted back to the PR. + pull-requests: write # zizmor: ignore[excessive-permissions] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}