This commit is contained in:
Jamie Cansdale 2020-02-19 20:27:54 +00:00
Родитель bc1de12804
Коммит 46ea030b94
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -40,7 +40,7 @@ namespace GitHub.Api
/// <summary>
/// Gets the ideal scopes requested by the application.
/// </summary>
public static IReadOnlyList<string> RequestedScopes { get; } = new[] { "user", "repo", "gist", "write:public_key", "read:org" };
public static IReadOnlyList<string> RequestedScopes { get; } = new[] { "user", "repo", "gist", "write:public_key", "read:org", "workflow" };
/// <summary>
/// Gets a note that will be stored with the OAUTH token.