Files
git-tfs/PersonalTokens.config.example
T
Philippe Miossec c5303b6ed0 Handling the release note and the tagging
...and other stuff to finalize!
2017-10-11 00:01:50 +02:00

8 lines
650 B
Plaintext

//Github user name (to be able to create the release tag)
GitHubUserAccount=[Place Holder... Replace this place holder by your github username!]
//GitHub personal token. You can create one at https://github.com/settings/tokens (Add at least the scope 'repo' or 'public_repo')
GitHub=[Place Holder... Replace this place holder by your personal token!]
//Chocolatey token. Get it from you Chocolatey account https://chocolatey.org/account
Chocolatey=[Place Holder... Replace this place holder by your personal token!]
//AppVeyor token to be able to trigger the release build.
AppVeyor=[Place Holder... Replace this place holder by your personal token!]