From 6207ca676fbafca2d49de037b83d6efd34812a5b Mon Sep 17 00:00:00 2001 From: Oleksandr Bordun Date: Tue, 17 Nov 2020 20:30:55 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 987e7bd..cb98461 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GitHub Actions for Yarn -> Look [github.com/actions/npm](https://github.com/actions/npm) for more details. +> Look [github.com/actions/setup-node](https://github.com/actions/setup-node) for more details. This Action for [yarn](https://yarnpkg.com) enables arbitrary actions with the `yarn` command-line client, including testing packages and publishing to a registry. @@ -35,7 +35,9 @@ jobs: ### Secrets -* `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)) +* ` + +_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