From e73d2d14c61a9ccf92a261fedf4e9f4eaccf7b6e Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Tue, 13 Sep 2022 14:43:53 -0700 Subject: [PATCH] Update snapshot-release.yml --- .github/workflows/snapshot-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml index 5f3a5fd462..901848b6d9 100644 --- a/.github/workflows/snapshot-release.yml +++ b/.github/workflows/snapshot-release.yml @@ -79,6 +79,7 @@ jobs: env: # Needs access to publish to npm NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Pull Request Notification uses: actions/github-script@v6