From 74cdda4f28c1a0dbc6fae030e040252c410c7800 Mon Sep 17 00:00:00 2001 From: kainpets Date: Thu, 29 Feb 2024 21:44:20 +0100 Subject: [PATCH] change npm token back to seamapi --- .github/workflows/build-release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-publish.yml b/.github/workflows/build-release-publish.yml index 3cfd5c7..d94ab89 100644 --- a/.github/workflows/build-release-publish.yml +++ b/.github/workflows/build-release-publish.yml @@ -45,7 +45,7 @@ jobs: npm install -g pver pver release env: - NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.SEAMAPI_NPM_TOKEN }} GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }} - name: Get the version from package.json