From 18861d57c797dc20adc75a0263dbca30b9ef1761 Mon Sep 17 00:00:00 2001 From: justin Date: Fri, 3 Apr 2026 11:57:06 -0700 Subject: [PATCH] use default GITHUB_TOKEN over CI_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 04d03f1..e48c8bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,5 +31,5 @@ jobs: run: make build - name: Release env: - GH_TOKEN: ${{ secrets.CI_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npm run semantic-release