From e8acaa07d76aa291fb5a55992a2bb5d3c794c2b4 Mon Sep 17 00:00:00 2001 From: Peter Zhang Date: Fri, 12 Sep 2025 11:00:59 +0800 Subject: [PATCH] fix cicd --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8e8ec8b..c735b05 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,6 +31,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v5 with: + persist-credentials: false # prevents writing the extraheader submodules: recursive - name: Setup Rust (cache & toolchain)