Skip to content

Commit

Permalink
Merge pull request #395 from kubevirt-bot/cherry-pick-387-to-release-…
Browse files Browse the repository at this point in the history
…v0.16

[release-v0.16] Change user fork in github actions
  • Loading branch information
dominikholler authored Dec 16, 2021
2 parents bfe21c4 + 4cbc22d commit 96e6d5a
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 96e6d5a

Please sign in to comment.