Skip to content

Commit aeb2957

Browse files
committed
Set actions/checkout option persist-credentials
1 parent 66b0d06 commit aeb2957

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939

4040
- name: Checkout
4141
uses: actions/checkout@v4
42+
with:
43+
persist-credentials: false
4244

4345
- name: Test
4446
run: bash tests/ci.sh

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- name: Checkout repository
1111
uses: actions/checkout@v4
12+
with:
13+
persist-credentials: false
1214

1315
- name: Get changed python files
1416
id: changed-files

0 commit comments

Comments
 (0)