From 77683b6774439101695b507e084f3ae0b50f7ffe Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Mon, 5 Feb 2024 11:11:44 +0100 Subject: [PATCH] Clarify github token instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47e98fc8..4e49573a 100644 --- a/README.md +++ b/README.md @@ -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.