Skip to content

Commit

Permalink
Add information about always-auth input (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Oct 3, 2022
1 parent 969bd26 commit c96ab56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/advanced-usage.md
Expand Up @@ -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 sends the authentication credentials when making a request to the registries.

0 comments on commit c96ab56

Please sign in to comment.