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