Skip to content

Commit

Permalink
Merge pull request #2106 from florkbr/update-release-gh-action
Browse files Browse the repository at this point in the history
chore: update release gh name/email
  • Loading branch information
florkbr authored Nov 21, 2024
2 parents 9a24d0d + bf09a0e commit 0c3f275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
ssh-key: ${{ secrets.BOT_AUTH_KEY}}
- uses: './.github/actions/release'
with:
gh_token: ${{ secrets.GH_BOT_TOKEN }}
gh_token: ${{ secrets.BOT_GH_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN }}
gh_name: ${{ secrets.BOT_NAME }}
gh_email: ${{ secrets.BOT_EMAIL }}
gh_name: ${{ secrets.GH_NAME }}
gh_email: ${{ secrets.GH_EMAIL }}

0 comments on commit 0c3f275

Please sign in to comment.