Skip to content

Commit 2cf1d50

Browse files
authored
Disable credential persistence in pre-commit workflow
1 parent a5a23c7 commit 2cf1d50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
16+
persist-credentials: false
1617
- name: Install
1718
run: |
1819
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)