From f38383e40b84ccd28a7b8577074cce347b1ac9ce Mon Sep 17 00:00:00 2001 From: Tim Pietrusky Date: Thu, 7 Dec 2023 23:41:56 +0100 Subject: [PATCH] fix: renamed "GITHUB_TOKEN" to "GH_TOKEN" --- .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 95b8120..28fa5ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Release env: - GITHUB_TOKEN: ${{ secrets.GH_PAT }} + GH_TOKEN: ${{ secrets.GH_PAT }} run: npx -p @semantic-release/git semantic-release