Skip to content

Commit 39ad941

Browse files
authored
fix: NPM_SECRET -> NPM_TOKEN
1 parent 3d7bc13 commit 39ad941

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_SECRET\` 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}/secrets
134134
`
135135
});
136136

0 commit comments

Comments
 (0)