Skip to content

Commit c96ab56

Browse files
Add information about always-auth input (#585)
1 parent 969bd26 commit c96ab56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/advanced-usage.md

+3
Original file line numberDiff line numberDiff line change
@@ -283,3 +283,6 @@ steps:
283283
run: yarn install --immutable
284284
```
285285
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.
286+
287+
### always-auth input
288+
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.

0 commit comments

Comments
 (0)