From ca3c69627a8812b64d694a1a68c9dc790ceb494f Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Mon, 1 Jun 2026 21:27:10 +0200 Subject: [PATCH] ci: persist-creds -> false --- .github/workflows/integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6f24954f..ac7a0338 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -13,6 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + with: + persist-credentials: false - name: Install dependencies uses: "./.github/actions/install-dependencies"