From 853bd01bebf21d2835f77c69f2fd714063691115 Mon Sep 17 00:00:00 2001 From: Bryan Florkiewicz Date: Thu, 21 Nov 2024 15:59:00 -0500 Subject: [PATCH] chore: Revert "Merge pull request #2107 from florkbr/update-release-gh-action" This reverts commit a125944cf8c71a1f83e295962dcaf204271dc6e2, reversing changes made to 0c3f27592e7a51845896805c6f3af785ceab9a68. --- .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 7ef48a61e..edaf9326c 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.BOT_NAME }} - gh_email: ${{ secrets.BOT_EMAIL }} + gh_name: ${{ secrets.GH_NAME }} + gh_email: ${{ secrets.GH_EMAIL }}