From afa0a28b36cc7934c181111d2caf59232b8cc53a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Bruus=20Zeppelin?= Date: Wed, 19 Jun 2024 10:42:36 +0200 Subject: [PATCH] New publish token --- .github/workflows/deploy-wallet-connectors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-wallet-connectors.yml b/.github/workflows/deploy-wallet-connectors.yml index 7b57cbf8c..a20903346 100644 --- a/.github/workflows/deploy-wallet-connectors.yml +++ b/.github/workflows/deploy-wallet-connectors.yml @@ -118,7 +118,7 @@ jobs: - name: Publish to NPM run: npm publish --workspace "@concordium/wallet-connectors" --verbose env: - NODE_AUTH_TOKEN: '${{secrets.NPM_TOKEN}}' + NODE_AUTH_TOKEN: '${{secrets.NPM_PUBLISH_TOKEN}}' - name: Create a GitHub release uses: ncipollo/release-action@v1