CodeQLUploadResultsToolSettings.

GitHubAuthStdin Property

Summary

Optional. Use to pass the CLI the GitHub App or personal access token created for authentication with GitHub's REST API via standard input. This is not needed if the command has access to a GITHUB_TOKEN environment variable set with this token.

Syntax

public bool GitHubAuthStdin { get; set; }

Value

Type Description
bool