Skip to content

Commit

Permalink
Merge pull request #2107 from florkbr/update-release-gh-action
Browse files Browse the repository at this point in the history
chore: update github action username/email
  • Loading branch information
florkbr authored Nov 21, 2024
2 parents 0c3f275 + 5a952a5 commit a125944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ jobs:
with:
gh_token: ${{ secrets.BOT_GH_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN }}
gh_name: ${{ secrets.GH_NAME }}
gh_email: ${{ secrets.GH_EMAIL }}
gh_name: ${{ secrets.BOT_NAME }}
gh_email: ${{ secrets.BOT_EMAIL }}

0 comments on commit a125944

Please sign in to comment.