We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb4d6d1 + e6044cf commit db622bdCopy full SHA for db622bd
README.md
@@ -19,6 +19,7 @@ Install-Module -Name PowerShellForGitHub
19
1) Rename ApiTokensTemplate.psm1 to ApiTokens.psm1 and update value of $global:gitHubApiToken with GitHub token for your account
20
* You can obtain it from https://github.com/settings/tokens).
21
* If you don't provide GitHub token, you can still use this module, but you will be limited to 60 queries per hour.
22
+ * You will need to edit this file from an elevated context.
23
24
2) Import module you want to use and call it's function, e.g.
25
0 commit comments