From daf7ea56c5ce05803efc475ad64c5abb6a0784ea Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Tue, 17 Dec 2024 20:11:48 +0100 Subject: [PATCH] fix: add persists credentials false to checkout of release pipeline (#1691) --- .github/workflows/deployment-docker-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deployment-docker-image.yml b/.github/workflows/deployment-docker-image.yml index e7df590f6..68669115e 100644 --- a/.github/workflows/deployment-docker-image.yml +++ b/.github/workflows/deployment-docker-image.yml @@ -58,6 +58,8 @@ jobs: app_id: ${{ secrets.RENOVATE_MERGE_APP_ID }} - uses: actions/checkout@v4 if: env.SKIP_RELEASE == 'false' + with: + persist-credentials: false - uses: actions/setup-node@v4 if: env.SKIP_RELEASE == 'false' with: