Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a37ed48

Browse files
author
Dan Schulte
authored
Merge pull request #2462 from github/fixes/2455-request-workflow-scope
Request the `workflow` scope
2 parents b216d9f + 56dd7a1 commit a37ed48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/GitHub.Api/ApiClientConfiguration.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ static ApiClientConfiguration()
4040
/// <summary>
4141
/// Gets the ideal scopes requested by the application.
4242
/// </summary>
43-
public static IReadOnlyList<string> RequestedScopes { get; } = new[] { "user", "repo", "gist", "write:public_key", "read:org" };
43+
public static IReadOnlyList<string> RequestedScopes { get; } = new[] { "user", "repo", "gist", "write:public_key", "read:org", "workflow" };
4444

4545
/// <summary>
4646
/// Gets a note that will be stored with the OAUTH token.

0 commit comments

Comments
 (0)