Skip to content

Commit c9ce618

Browse files
Persist the credentials because coverage_comment needs them. (#2252)
1 parent ec4e653 commit c9ce618

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ jobs:
290290
steps:
291291
- uses: actions/checkout@v4
292292
with:
293-
persist-credentials: false
293+
# Persist the credentials because coverage_comment needs them too.
294+
persist-credentials: true
294295

295296
- uses: actions/download-artifact@v4
296297
id: download

0 commit comments

Comments
 (0)