From 775cefdf307fce5f5b818b190a444cbcc2aedf83 Mon Sep 17 00:00:00 2001 From: Stanislav Muhametsin <346799+stazz@users.noreply.github.com> Date: Sun, 3 Sep 2023 21:44:12 +0300 Subject: [PATCH] #1 Bad copypasta lead to incorrect secret name. --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b4896b2..0ac1cee 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -50,4 +50,4 @@ jobs: fi } secrets: - npm-publish-token: ${{ secrets.NPM_PUBLISH_TOKEN_PACKAGING }} \ No newline at end of file + npm-publish-token: ${{ secrets.NPM_PUBLISH_TOKEN }} \ No newline at end of file