Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Adding user:email to personal token scopes (#1038)
Browse files Browse the repository at this point in the history
NuKeeper fails for me without this
  • Loading branch information
mike-f50 committed Sep 29, 2020
1 parent 5f51454 commit 9c14d8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/content/platform/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ To get a token for your *account* go to [**settings -> developer settings -> per
1. Give it the following access rights:
- Repo command:
- [x] Repo
- [x] user:email
- Organisation command and Global command:
- [x] Admin:org (read)
- [x] Admin:public_key (read)
Expand Down Expand Up @@ -59,4 +60,4 @@ Use the global command to update a particular package across your entire github

```sh
nukeeper global mygithubtoken --include PackageToUpdate --api https://github.mycompany.com/api/v3
```
```

0 comments on commit 9c14d8b

Please sign in to comment.