From 46ea030b944b392184ec8f3e606c1f8ac808308a Mon Sep 17 00:00:00 2001 From: Jamie Cansdale Date: Wed, 19 Feb 2020 20:27:54 +0000 Subject: [PATCH] Request the workflow scope --- src/GitHub.Api/ApiClientConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.