Skip to content

Commit ccfaf3a

Browse files
authored
fix: update npm token instructions (#218)
1 parent 4d1e84e commit ccfaf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/create-pull-request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function createPullRequest(
1414
- [ ] [Install the Octokit JS Board app](https://github.com/apps/octokit-js-project-board/installations/new/permissions?suggested_target_id=${ownerId}&repository_ids[]=${repositoryId})
1515
`;
1616
} else {
17-
body += `- [ ] Create npm token at \`https://www.npmjs.com/settings/<your npm username>/tokens/create\` (with "Read and Publish" selected) and add it as \`NPM_TOKEN\` at Then create secret at https://github.com/${owner}/${repo}/settings/secrets`;
17+
body += `- [ ] Create npm token at \`https://www.npmjs.com/settings/<your npm username>/tokens/new\` (with "Automation" selected) and add it as \`NPM_TOKEN\` at Then create secret at https://github.com/${owner}/${repo}/settings/secrets`;
1818
}
1919

2020
const options = {

0 commit comments

Comments
 (0)