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

Commit

Permalink
Remove workflow scope
Browse files Browse the repository at this point in the history
  • Loading branch information
cschleiden committed Aug 18, 2020
1 parent 1f33f7f commit c46b473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
import { resetGitHubContext } from "../git/repository";

const AUTH_PROVIDER_ID = "github";
const DEFAULT_SCOPES = ["repo", "workflows"];
const DEFAULT_SCOPES = ["repo"];
const ORG_SCOPES = [...DEFAULT_SCOPES, "admin:org"];

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

0 comments on commit c46b473

Please sign in to comment.