From 0c6f20d7bee0bd5b0463dff734816973308c5dad Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Thu, 1 Jun 2023 07:49:40 +0300 Subject: [PATCH] Revert "chore: update gh token in release" This reverts commit 6450456cd64ae6124249a21540d0e14975eea33c. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1419161..f73fd93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: @semantic-release/changelog @semantic-release/git env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} upload-coverage: