From 4f160b49eb2091cdc37421022a3c672e784a0be2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 00:15:24 +0300 Subject: [PATCH] ci(release): add `npm_token` (#275) Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com> --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6b8ec5c..aa03b20 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,4 +50,5 @@ jobs: - name: Create Release env: GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} + # NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: pnpm release