This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.CodeQL.Cli.
Summary
Generates an installation Token for a GitHub App that can be used to make API calls as an App
- Assembly
- Cake
.CodeQL .Cli .dll - Namespace
- Cake
.GitHub .Authentication - Containing Type
- Git
Hub Authentication Aliases
Syntax
public static AccessToken GitHubAppInstallationToken(this ICakeContext context, GitHubAppInstallationTokenToolSettings settings)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | |
| settings | Git |
Return Value
| Type | Description |
|---|---|
| AccessToken | GitHub Access Token |
