From 853bd01bebf21d2835f77c69f2fd714063691115 Mon Sep 17 00:00:00 2001 From: Bryan Florkiewicz Date: Thu, 21 Nov 2024 15:59:00 -0500 Subject: [PATCH 1/2] 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 }} From 7634b3445eef8a4a1330ce05dccb09b6ce9747c8 Mon Sep 17 00:00:00 2001 From: Bryan Florkiewicz Date: Thu, 21 Nov 2024 15:59:49 -0500 Subject: [PATCH 2/2] chore: Revert "Merge pull request #2106 from florkbr/update-release-gh-action" This reverts commit 0c3f27592e7a51845896805c6f3af785ceab9a68, reversing changes made to 9a24d0d88e309a95ebe5e3bf64d12a1587898c50. --- .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 edaf9326c..c255a3836 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.BOT_GH_TOKEN }} + gh_token: ${{ secrets.GH_BOT_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 }}