Skip to content

Commit

Permalink
Clarify github token instructions (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
elf-pavlik authored Feb 6, 2024
2 parents ccd7056 + 77683b6 commit a3d58fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ corepack prepare pnpm@latest --activate

### Github packages

- generate [github token](https://github.com/settings/tokens) ( only `packages:read` scope)
- generate a [classic github token](https://github.com/settings/tokens/new) (tick only `read:packages` scope)
- Modify `~/.npmrc` ([per-user config file](https://docs.npmjs.com/cli/v7/configuring-npm/npmrc#per-user-config-file))
and add line `//npm.pkg.github.com/:_authToken=` and the generated token.

Expand Down

0 comments on commit a3d58fc

Please sign in to comment.