From 4cbc22da4efe087c71498f31d10e71a453602aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20=C5=A0imon?= Date: Thu, 2 Dec 2021 07:43:46 +0100 Subject: [PATCH] Change user fork in github actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Karel Šimon --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2752795f..4e1e923d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,10 +50,10 @@ jobs: export DST_TEMPLATES_FILE=common-templates-${VERSION}.yaml # If GITHUB_FORK_USER is changed, a new access token should be set as a repo secret (ACTIONS_TOKEN) - export GITHUB_FORK_USER=omeryahud + export GITHUB_FORK_USER=ksimon1 # Set git configs to sign the commit - git config --global user.email "oyahud@redhat.com" + git config --global user.email "ksimon@redhat.com" git config --global user.name "Common-templates Release Automation" # Clone the operator repo with a token to allow pushing before creating a PR