From 502583ec75b0a9bd51a8bd779e0e4b1320e61fb5 Mon Sep 17 00:00:00 2001 From: andrerpena Date: Mon, 2 May 2022 11:40:24 +0100 Subject: [PATCH] Update secret thing --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6c650c1..2a77bb0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -30,4 +30,4 @@ jobs: - run: npm ci - run: npm publish --tag next env: - NODE_AUTH_TOKEN: ${{secrets.npm_token}} + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}