diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0b0e8f..b6a73b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v5 with: fetch-depth: 0 # Fetch all history for all branches and tags - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_TOKEN }} # Step 2: Setup Node.js 22.x with npm registry configuration - name: Setup Node.js 22.x @@ -62,7 +62,7 @@ jobs: npx release-it --ci fi env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # Step 6: Display release summary