From e446efea04ed8ef9eae9170aa287aa6863c87bed Mon Sep 17 00:00:00 2001 From: Offending Commit Date: Mon, 27 Apr 2026 13:43:24 -0500 Subject: [PATCH] fix(ci): use GITHUB_TOKEN instead of missing GH_TOKEN secret --- .github/workflows/semantic-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index e3cfae1..5418809 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -16,13 +16,12 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.GH_TOKEN }} - uses: ./.github/actions/setup - run: pnpm exec semantic-release env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_AUTHOR_NAME: github-actions[bot] GIT_AUTHOR_EMAIL: github-actions[bot]@users.noreply.github.com GIT_COMMITTER_NAME: github-actions[bot]