Skip to content

Commit cc254f3

Browse files
authored
ci: remove git credentials after checkout (#408)
1 parent 6ab2a13 commit cc254f3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
steps:
2727
- name: Check out repo
2828
uses: actions/checkout@v5
29+
with:
30+
persist-credentials: false
2931

3032
- name: Setup Node
3133
uses: actions/setup-node@v4

.github/workflows/metrics.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: Check out repo
2525
uses: actions/checkout@v5
26+
with:
27+
persist-credentials: false
2628

2729
- name: Setup Node
2830
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)