Skip to content

Commit

Permalink
Add git config token explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Jul 9, 2021
1 parent e8ee1f3 commit d3a6502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ The script also supports [uploading to Github](https://developer.github.com/v3/r
* Go to ["Settings - Personal access tokens"](https://github.com/settings/tokens)
* Generate a new token with permissions `public_repo` and `admin:gpg_key`. In order to access private repositories you must allow access to the whole `repo` scope.
* Store it safely
* You can also store the token inside the git config: `git config --global gpgit.token <token>`

# Appendix

Expand Down

0 comments on commit d3a6502

Please sign in to comment.