Remove git credentials after checkout

This commit is contained in:
Frazer Smith 2025-02-24 06:05:45 +00:00
parent 28cdb7c93f
commit 870d688dac
No known key found for this signature in database
GPG Key ID: 3C48E6D55E3C3BF4
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
fetch-depth: 10 fetch-depth: 10
persist-credentials: false
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v3 uses: actions/setup-python@v3

View File

@ -24,6 +24,7 @@ jobs:
uses: actions/checkout@master uses: actions/checkout@master
with: with:
fetch-depth: 2 fetch-depth: 2
persist-credentials: false
- name: Install calibre dependencies - name: Install calibre dependencies
run: setup/arch-ci.sh run: setup/arch-ci.sh