From 1fc73de18ccefb80635829d3df1afe748ccd4f0f Mon Sep 17 00:00:00 2001 From: Maksim Gruzdev Date: Mon, 7 Apr 2025 21:25:28 +0300 Subject: [PATCH] pass NPM_TOKEN from comment --- .github/workflows/comment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index bf94a36..fe74568 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -32,3 +32,5 @@ jobs: publish_call: needs: comment uses: ./.github/workflows/publish.yml + secrets: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}