Skip to content
Open
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,13 @@ The module automatically manages short‑lived tokens for GitHub Apps:

Note: Long‑lived tokens like classic/fine‑grained PATs and provided installation tokens (GH_TOKEN/GITHUB_TOKEN) are not refreshed by the module.

### Command Exploration
## Documentation

Familiarize yourself with the available cmdlets using the module's comprehensive documentation or inline help.
Every command ships with full reference documentation, generated from its comment-based help and published at [psmodule.io/GitHub](https://psmodule.io/GitHub/). Explore the commands and read detailed help directly from PowerShell:

```powershell
Get-Command -Module GitHub
Get-Help -Name Get-GitHubRepository -Examples
```

## References
Expand Down
Loading