From 65fa8cbc864635f2acf44b7eb893bb3b72aca64e Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 3 Oct 2022 10:55:40 +0200 Subject: [PATCH 1/2] add information about always-auth input --- docs/advanced-usage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index c0f649a94..d59db4887 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -283,3 +283,6 @@ steps: run: yarn install --immutable ``` NOTE: As per https://github.com/actions/setup-node/issues/49 you cannot use `secrets.GITHUB_TOKEN` to access private GitHub Packages within the same organisation but in a different repository. + +### always-auth input +The always-auth input sets `always-auth=true` in .npmrc file. With this option set [npm](https://docs.npmjs.com/cli/v6/using-npm/config#always-auth)/yarn send the authentication credentials when making a request to the registries. From 84f4b5988f72f0e7f405edaa7721ec3977cd112f Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 3 Oct 2022 12:17:24 +0200 Subject: [PATCH 2/2] fix grammar --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index d59db4887..4b620cbde 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -285,4 +285,4 @@ steps: NOTE: As per https://github.com/actions/setup-node/issues/49 you cannot use `secrets.GITHUB_TOKEN` to access private GitHub Packages within the same organisation but in a different repository. ### always-auth input -The always-auth input sets `always-auth=true` in .npmrc file. With this option set [npm](https://docs.npmjs.com/cli/v6/using-npm/config#always-auth)/yarn send the authentication credentials when making a request to the registries. +The always-auth input sets `always-auth=true` in .npmrc file. With this option set [npm](https://docs.npmjs.com/cli/v6/using-npm/config#always-auth)/yarn sends the authentication credentials when making a request to the registries.