Skip to content

Commit a125944

Browse files
authored
Merge pull request RedHatInsights#2107 from florkbr/update-release-gh-action
chore: update github action username/email
2 parents 0c3f275 + 5a952a5 commit a125944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ jobs:
131131
with:
132132
gh_token: ${{ secrets.BOT_GH_TOKEN }}
133133
npm_token: ${{ secrets.NPM_TOKEN }}
134-
gh_name: ${{ secrets.GH_NAME }}
135-
gh_email: ${{ secrets.GH_EMAIL }}
134+
gh_name: ${{ secrets.BOT_NAME }}
135+
gh_email: ${{ secrets.BOT_EMAIL }}

0 commit comments

Comments
 (0)