From 870d688dac1a5658175cc2abb8f625a15e51d53a Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 24 Feb 2025 06:05:45 +0000 Subject: [PATCH] Remove git credentials after checkout --- .github/workflows/ci.yml | 1 + .github/workflows/translations.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c9d553bee..7df0a4a3aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 683ad26f18..e12d3974c5 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -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