From 1f7c6fbe9c4cf991f85f1b6cf176c32ac3efa96e Mon Sep 17 00:00:00 2001 From: John Ciprian <86705630+jarvisuser9@users.noreply.github.com> Date: Fri, 6 Aug 2021 10:53:27 -0400 Subject: [PATCH] Fixing a typo in secret name of NPM_AUTH_TOKEN --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index cc7627a..fb02844 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,7 @@ jobs: ### Secrets -* ` - -_AUTH_TOKEN` - **Optional**. The token to use for authentication with the npm registry. Required for `yarn publish` ([more info](https://docs.npmjs.com/getting-started/working_with_tokens)) +* `NPM_AUTH_TOKEN` - **Optional**. The token to use for authentication with the npm registry. Required for `yarn publish` ([more info](https://docs.npmjs.com/getting-started/working_with_tokens)) ### Environment variables