Skip to content

Commit a100a66

Browse files
committed
fix: enable persist-credentials in benchmark checkout step
Refs: #7656
1 parent 25eab79 commit a100a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
34-
persist-credentials: false
34+
token: ${{ steps.app-token.outputs.token }}
3535

3636
- name: Install and execute benchmark
3737
uses: ./.github/actions/benchmark

0 commit comments

Comments
 (0)