From 20bec5c89976416e3bf766f50f6f1a852973e76f Mon Sep 17 00:00:00 2001 From: Offending Commit Date: Mon, 27 Apr 2026 13:59:22 -0500 Subject: [PATCH] fix(ci): use RELEASE_TOKEN PAT so tag push triggers release workflow --- .github/workflows/ci.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 697887a..fb7c6c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,12 +51,13 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{ secrets.RELEASE_TOKEN }} - uses: ./.github/actions/setup - run: pnpm exec semantic-release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} GIT_AUTHOR_NAME: github-actions[bot] GIT_AUTHOR_EMAIL: github-actions[bot]@users.noreply.github.com GIT_COMMITTER_NAME: github-actions[bot] diff --git a/README.md b/README.md index f6cd61c..87f4b2c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

- CI + CI Latest release