Skip to content

Commit 9d9a371

Browse files
authored
Update README.md
1 parent cf0155b commit 9d9a371

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,15 @@ NOTE: if you haven't run the issue.sh you can press enter to skip the issues
125125
git push --set-upstream origin main
126126
```
127127

128+
```
129+
git config --global user.email "[email protected]"
130+
git config --global user.name "Your Name"
131+
```
132+
133+
134+
'Please make sure to create a [GitHub personal token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line) and to set it in the `GH_TOKEN` or `GITHUB_TOKEN` environment variable on your CI environment. The token must allow to push to the repository {your_username/{your_empty_repo_name}.',
135+
136+
128137
Open up issue #1 on your `https://github.com/{username}/{your_empty_repo_name}/issues` and complete all the tasks.
129138
and run
130139

0 commit comments

Comments
 (0)