Skip to content

Commit be72601

Browse files
chore: also mention GitHub apps in creation
1 parent 8c3d4c3 commit be72601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/create/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export async function create(args: string[]) {
4444
? [
4545
{
4646
label:
47-
"Now, all you have to do is populate the repository's ACCESS_TOKEN and NPM_TOKEN secrets.",
47+
"Now all you have to do is populate the repository's ACCESS_TOKEN and NPM_TOKEN secrets, and enable the Codecov and Renovate GitHub apps.",
4848
},
4949
]
5050
: [
@@ -62,7 +62,7 @@ export async function create(args: string[]) {
6262
},
6363
{
6464
label:
65-
"If you do, be sure to populate its ACCESS_TOKEN and NPM_TOKEN secrets.",
65+
"If you do, be sure to populate its ACCESS_TOKEN and NPM_TOKEN secrets, and enable the Codecov and Renovate GitHub apps.",
6666
},
6767
],
6868
);

0 commit comments

Comments
 (0)