Skip to content

Commit 2654c92

Browse files
committed
Do not persist auth token in Git config in CI action
1 parent 50d152c commit 2654c92

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Check out repository
2222
uses: actions/checkout@v4
23+
with:
24+
persist-credentials: false
2325

2426
- name: Install uv
2527
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)