Skip to content

Commit 0f15a51

Browse files
Merge pull request #528 from jamesottaway/patch-1
docs: Include warning when configuring token to install private packages
2 parents 7d610f0 + 0ad0620 commit 0f15a51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/advanced-usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,5 @@ steps:
247247
# `npm rebuild` will run all those post-install scripts for us.
248248
- run: npm rebuild && npm run prepare --if-present
249249
```
250+
251+
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 commit comments

Comments
 (0)