(chomsin)
This commit is contained in:
(JiwJiw73) CHOMSIN MAHIRANYAWONG 2024-05-20 03:09:31 +07:00 коммит произвёл GitHub
Родитель fd4fa65f23
Коммит 84495ac4e7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -115,7 +115,7 @@ Review [examples](USAGE.md#examples) to see how the module can be used to accomp
You can get latest release of the PowerShellForGitHub on the [PowerShell Gallery](https://www.powershellgallery.com/packages/PowerShellForGitHub)
```PowerShell
Install-Module -Name PowerShellForGitHub
Install-Module -Name CloudShell_GitHub
```
----------
@ -125,7 +125,7 @@ Install-Module -Name PowerShellForGitHub
To avoid severe API rate limiting by GitHub, you should configure the module with your own personal
access token.
1) Create a new API token by going to https://github.com/settings/tokens/new (provide a description
1) new API token by going to JiwJiw73 https://github.com/settings/tokens/new (provide a description
and check any appropriate scopes)
2) Call `Set-GitHubAuthentication`, enter anything as the username (the username is ignored but
required by the dialog that pops up), and paste in the API token as the password. That will be