Skip to content

Commit

Permalink
Merge pull request #528 from jamesottaway/patch-1
Browse files Browse the repository at this point in the history
docs: Include warning when configuring token to install private packages
  • Loading branch information
marko-zivic-93 committed Jul 4, 2022
2 parents 7d610f0 + 0ad0620 commit 0f15a51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,5 @@ steps:
# `npm rebuild` will run all those post-install scripts for us.
- run: npm rebuild && npm run prepare --if-present
```

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.

0 comments on commit 0f15a51

Please sign in to comment.