Skip to content

Commit 143ac43

Browse files
authored
fix(pull-request): correct link to secrets settings
1 parent 1e84a4b commit 143ac43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-octokit-project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async function main() {
130130
- [ ] 100% test coverage
131131
- [ ] Install https://github.com/apps/greenkeeper
132132
- [ ] Install https://github.com/apps/pika-ci
133-
- [ ] 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/${answers.repository}/secrets
133+
- [ ] 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/${answers.repository}/settings/secrets
134134
`
135135
});
136136

0 commit comments

Comments
 (0)