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

Commit 505eb28

Browse files
committed
use a proper workflow scope
1 parent 1041192 commit 505eb28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auth/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
import { resetGitHubContext } from "../git/repository";
77

88
const AUTH_PROVIDER_ID = "github";
9-
const DEFAULT_SCOPES = ["repo", "workflows"];
9+
const DEFAULT_SCOPES = ["repo", "workflow"];
1010
const ORG_SCOPES = [...DEFAULT_SCOPES, "admin:org"];
1111

1212
export function registerListeners(context: vscode.ExtensionContext): void {

0 commit comments

Comments
 (0)