Skip to content

Commit a116cf6

Browse files
authored
Avoid persisting credentials in CI/CD GitHub workflow (#1336)
1 parent 2c43abf commit a116cf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828

2929
steps:
3030
- uses: actions/checkout@v4
31+
with:
32+
persist-credentials: false
3133
- name: Install uv
3234
uses: astral-sh/setup-uv@v6
3335
with:
@@ -78,6 +80,7 @@ jobs:
7880
- name: Checkout
7981
uses: actions/checkout@v4
8082
with:
83+
persist-credentials: false
8184
submodules: true
8285
- name: Install uv
8386
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)