Remove git credentials after checkout

This commit is contained in:
Frazer Smith
2025-02-24 06:05:45 +00:00
parent 28cdb7c93f
commit 870d688dac
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 10
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v3
+1
View File
@@ -24,6 +24,7 @@ jobs:
uses: actions/checkout@master
with:
fetch-depth: 2
persist-credentials: false
- name: Install calibre dependencies
run: setup/arch-ci.sh