From 5a952a52dcf8fe9907df363faa4ef11343494573 Mon Sep 17 00:00:00 2001 From: Bryan Florkiewicz Date: Thu, 21 Nov 2024 15:36:39 -0500 Subject: [PATCH] chore: update github action username/email --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index edaf9326c..7ef48a61e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}