diff --git a/.github/workflows/build-publish-staging.yaml b/.github/workflows/build-publish-staging.yaml index 0f3f48153..ff9655291 100644 --- a/.github/workflows/build-publish-staging.yaml +++ b/.github/workflows/build-publish-staging.yaml @@ -118,8 +118,8 @@ jobs: image: ${{ vars.REGISTRY }}/${{ vars.REGISTRY_ORG }}/${{ vars.IMG_NAME }} tag: ${{ needs.build-preview.outputs.image_version }} run: | - git config --global user.name 'github-actions[bot]' - git config --global user.email 'github-actions[bot]@users.noreply.github.com' + git config --global user.name 'otcbot' + git config --global user.email 'otc_ecosystem_squad@t-systems.com' sed -i 's|^tag: .*|tag: ${{ env.tag }}|' ./charts/docusaurus/values-stg.yaml sed -i 's|^image: .*|image: ${{ env.image }}|' ./charts/docusaurus/values-stg.yaml git commit -am "Automatic commit from GitHub Actions triggered by action #${{github.run_number}}" @@ -131,4 +131,4 @@ jobs: title: ${{ env.remote_pr_branch }} token: ${{ steps.app-token.outputs.token }} branch: ${{ env.remote_pr_branch }} - \ No newline at end of file +