Update advanced-usage.md

This commit is contained in:
James Ottaway 2022-07-01 09:12:46 +10:00 committed by GitHub
parent 24301fe9fb
commit 0ad06209dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,4 +248,4 @@ steps:
- 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.
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.