Skip to content

Commit

Permalink
fix: update npm token instructions (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmelliottjr authored Nov 26, 2022
1 parent 4d1e84e commit ccfaf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/create-pull-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function createPullRequest(
- [ ] [Install the Octokit JS Board app](https://github.com/apps/octokit-js-project-board/installations/new/permissions?suggested_target_id=${ownerId}&repository_ids[]=${repositoryId})
`;
} else {
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`;
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`;
}

const options = {
Expand Down

0 comments on commit ccfaf3a

Please sign in to comment.