You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
- Update docs
- Remove dev code as functionality is implemented
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [x] 📖 [Docs]
- [ ] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] ⚠️ [Security fix]
- [ ] 🚀 [Feature]
- [ ] 🌟 [Breaking change]
## Checklist
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
Authenticate using your GitHub credentials or access tokens to begin executing commands. Tokens and other
36
-
configuration details are stored encrypted on the system using the PowerShell modules [SecretManagement and SecretStore Overview](https://learn.microsoft.com/en-us/powershell/utility-modules/secretmanagement/overview?view=ps-modules),
37
-
for more info on the implementation, see the section on storing configuration.
35
+
Authenticate using your GitHub credentials or access tokens to begin executing commands. The module supports multiple authentication methods.
38
36
39
37
#### Device flow
40
38
@@ -107,6 +105,32 @@ Connect-GitHubAccount
107
105
✓ Logged in as system!
108
106
```
109
107
108
+
#### Using a GitHub App
109
+
110
+
If you are using a GitHub App, you can use the `Connect-GitHubApp` command to authenticate using the client ID and private key.
0 commit comments