From bf09a0e16bebc6205ec153d49692d2f022580e26 Mon Sep 17 00:00:00 2001 From: Bryan Florkiewicz Date: Thu, 21 Nov 2024 15:17:07 -0500 Subject: [PATCH] chore: update release gh name/email --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c255a3836..edaf9326c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}