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