Skip to content

Commit fe996d6

Browse files
committed
🔒️ Add persist-credentials: false to checkout actions
1 parent ecd8b08 commit fe996d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎project_name/.github/workflows/ci.yml.jinja‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
name: test-${{ matrix.python-version }}-${{ matrix.resolution }}-${{ matrix.os }}
126126
steps:
127127
- uses: actions/checkout@v4
128+
with:
129+
persist-credentials: false
128130
- uses: astral-sh/setup-uv@v6
129131
with:
130132
python-version: ${{ matrix.python-version }}
@@ -172,6 +174,8 @@ jobs:
172174
continue-on-error: true
173175
steps:
174176
- uses: actions/checkout@v4
177+
with:
178+
persist-credentials: false
175179
- uses: astral-sh/setup-uv@v6
176180
- name: Install packages
177181
run: >-

0 commit comments

Comments
 (0)