From 9d2e84c641eed27b8ca2131247d290ddd0a6a8d5 Mon Sep 17 00:00:00 2001 From: Carrotzpc Date: Wed, 3 Jan 2024 15:12:09 +0800 Subject: [PATCH] ci: change to use GH_TOKEN for release workflow --- .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 c63f660..d187385 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: - name: Release run: npm run release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Sync to cnpm