Skip to content

Commit 6fe9412

Browse files
committed
fix: enable persist-credentials in benchmark PR check workflow
Refs: #7656
1 parent 9f03501 commit 6fe9412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
persist-credentials: false
18+
persist-credentials: true
1919

2020
- name: Install and execute benchmark
2121
uses: ./.github/actions/benchmark

0 commit comments

Comments
 (0)