From bb7f7514814d49a77ac79f63d68923d08148573e Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Thu, 19 Dec 2024 16:10:55 +0100 Subject: [PATCH] fix: update of dev branch has no credentials (#1724) --- .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 c96cf1a1b..2facee8b4 100644 --- a/.github/workflows/deployment-docker-image.yml +++ b/.github/workflows/deployment-docker-image.yml @@ -90,6 +90,8 @@ jobs: - name: Update dev branch if: env.SKIP_RELEASE == 'false' continue-on-error: true # Prevent pipeline from failing when merge fails + env: + GITHUB_TOKEN: ${{ steps.obtainToken.outputs.token }} run: | git fetch origin dev git checkout dev