Skip to content

Commit

Permalink
Change user fork in github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Šimon <[email protected]>
  • Loading branch information
ksimon1 authored and kubevirt-bot committed Dec 16, 2021
1 parent bfe21c4 commit 4cbc22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cbc22d

Please sign in to comment.