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"