Skip to content

Commit

Permalink
chore: Update README.md with instructions for generating GitHub Perso…
Browse files Browse the repository at this point in the history
…nal Access Token
  • Loading branch information
H1D committed Jul 9, 2024
1 parent 53324f2 commit 0f96528
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ You'll need to create a Telegram bot and a GitHub token.

2. **Generate a GitHub Personal Access Token**

- Go to your [GitHub settings](https://github.com/settings/tokens?type=beta).
- Click on **Generate new token**.
- Choose `Repository access` -> `Only select repositories`. Select **repo(s)** where you want to create issues.
- Add `Repository permissions` -> `Issues` -> `Read & Write`.
- Click on **Generate token** and save the token.
- If you own the repo:
- Go to your [GitHub settings](https://github.com/settings/tokens?type=beta).
- Click on **Generate new token**.
- Choose `Repository access` -> `Only select repositories`. Select **repo(s)** where you want to create issues.
- Add `Repository permissions` -> `Issues` -> `Read & Write`.
- Click on **Generate token** and save the token.
- If you are a collaborator on a repo you don't own:
- Create a 'classic' token with `repo` scope – https://github.com/settings/tokens

3. **Prepare Environment Variables**

Expand Down

0 comments on commit 0f96528

Please sign in to comment.