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 }}