From 6827dbb5b32e1f319b89081ac466c4cfa442583d Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Thu, 12 Dec 2024 18:01:24 +0100 Subject: [PATCH] adjust ci --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fac01bed..b788ce99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + persist-credentials: false - name: Setup MySQL if: matrix.db-type == 'mysql' @@ -137,6 +139,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + persist-credentials: false - name: Get date part for cache key id: key-date