Skip to content

Commit

Permalink
Update task.md
Browse files Browse the repository at this point in the history
language checked
  • Loading branch information
stephen-hero authored and kochaika committed Dec 11, 2023
1 parent 4e94112 commit 5404bb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Before you start/GitHub developer token/task.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
In this course, you'll learn how to use coroutines in the example of a program that loads the contributors for all of the repositories under the given GitHub organization.
In this course, you'll learn how to use coroutines through the example of a program that loads the contributors for all of the repositories under a given GitHub organization.

So, you'll be using the GitHub API in your project. To get access, you'll need to provide your GitHub account name and either a password or a token. If you have two-factor authentication enabled, a token will be enough.
So, you'll be utilizing the GitHub API in your project. To gain access, you'll need to provide your GitHub account name and either a password or a token. If you have two-factor authentication enabled, a token will be enough.

Generate a new GitHub token to use the GitHub API with [your account](https://github.com/settings/tokens/new):
Generate a new GitHub token to access the GitHub API with [your account](https://github.com/settings/tokens/new):

1. Specify the name of your token, for example, `coroutines-tutorial`:
![Generating token interface](images/generating-token.png)
2. Do not select any scopes. **Click Generate** token at the bottom of the page.
3. Copy the generated token to safe place. You won't be able to see him again in the future. If you lose it, you will need to create a new one.
3. Copy the generated token to a safe place. You won't be able to see it again in the future. If you lose it, you will need to create a new one.

For a more detailed description, you can look at [this article](https://kotlinlang.org/docs/coroutines-and-channels.html#generate-a-github-developer-token)
For a more detailed description, you can refer to [this article](https://kotlinlang.org/docs/coroutines-and-channels.html#generate-a-github-developer-token).

0 comments on commit 5404bb6

Please sign in to comment.