From 25618f109faa605423085d6835ce6726a3a45c42 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Fri, 2 Feb 2024 11:01:04 +0100 Subject: [PATCH] fixup Signed-off-by: Anatolii Bazko --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d106a97bc..4dca3f4fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,8 +66,8 @@ jobs: run: | # since we're using Flavius' token below to generate PRs, should also make tags/branches/commits by same owner # see https://github.com/che-incubator/chectl/settings/secrets/actions for the token used - git config --global user.name "Anatolii Bazko" - git config --global user.email "abazko@redhat.com" + git config --global user.name "Flavius Lacatusu" + git config --global user.email "flacatus@redhat.com" export GITHUB_TOKEN=${{ secrets.CHE_INCUBATOR_BOT_GITHUB_TOKEN }} DWO_VERSION=${{ github.event.inputs.devworkspaceOperatorVersion }} if [[ -z ${DWO_VERSION} ]]; then