From 9e28df0c5517a93160619fd4cec9ee990041706a Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 21 Sep 2025 18:23:33 +0100 Subject: [PATCH] ci(ci): remove git credentials after checkout Signed-off-by: Frazer Smith --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82d5d67..88807a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 + with: + persist-credentials: false - uses: actions/setup-node@v4 with: check-latest: true