Skip to content

Commit

Permalink
Merge pull request #387 from ksimon1/fix-github-actions
Browse files Browse the repository at this point in the history
Change user fork in github actions
  • Loading branch information
ksimon1 authored Dec 2, 2021
2 parents 85f34a7 + 25f326d commit 2a2d6ab
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 2a2d6ab

Please sign in to comment.