Skip to content

Commit 0c3f275

Browse files
authored
Merge pull request RedHatInsights#2106 from florkbr/update-release-gh-action
chore: update release gh name/email
2 parents 9a24d0d + bf09a0e commit 0c3f275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
ssh-key: ${{ secrets.BOT_AUTH_KEY}}
130130
- uses: './.github/actions/release'
131131
with:
132-
gh_token: ${{ secrets.GH_BOT_TOKEN }}
132+
gh_token: ${{ secrets.BOT_GH_TOKEN }}
133133
npm_token: ${{ secrets.NPM_TOKEN }}
134-
gh_name: ${{ secrets.BOT_NAME }}
135-
gh_email: ${{ secrets.BOT_EMAIL }}
134+
gh_name: ${{ secrets.GH_NAME }}
135+
gh_email: ${{ secrets.GH_EMAIL }}

0 commit comments

Comments
 (0)