diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1baf53a..dd39b31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_TOKEN }} persist-credentials: false - name: Setup Node.js uses: actions/setup-node@v2 @@ -22,6 +22,6 @@ jobs: run: yarn install --immutable --immutable-cache --check-cache - name: Release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release