From 5f0541e8dbe593d7f4ac3c71cc97ba8d2b48adc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAnior=20Sbrissa?= Date: Thu, 9 Oct 2025 21:15:21 -0300 Subject: [PATCH] chore: update workflow config --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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