From 97497e4a053c3486bd0f2d2c1e59e92dc881daac Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Fri, 14 Nov 2025 05:45:06 -0600 Subject: [PATCH] Persist the credentials because coverage_comment needs them. --- .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 7831d169c..f3605a420 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -290,7 +290,8 @@ jobs: steps: - uses: actions/checkout@v4 with: - persist-credentials: false + # Persist the credentials because coverage_comment needs them too. + persist-credentials: true - uses: actions/download-artifact@v4 id: download