diff --git a/src/GitHub.Api/ApiClientConfiguration.cs b/src/GitHub.Api/ApiClientConfiguration.cs index 937f837db7..4336ea36df 100644 --- a/src/GitHub.Api/ApiClientConfiguration.cs +++ b/src/GitHub.Api/ApiClientConfiguration.cs @@ -40,7 +40,7 @@ static ApiClientConfiguration() /// /// Gets the ideal scopes requested by the application. /// - public static IReadOnlyList RequestedScopes { get; } = new[] { "user", "repo", "gist", "write:public_key", "read:org" }; + public static IReadOnlyList RequestedScopes { get; } = new[] { "user", "repo", "gist", "write:public_key", "read:org", "workflow" }; /// /// Gets a note that will be stored with the OAUTH token.