Skip to content

Commit

Permalink
fix(login): add workflow scope for github integration
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeJerred committed Apr 11, 2024
1 parent 3055f5c commit 3fd11ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/account/oauth-login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export class OAuthLoginComponent implements OnInit {
redirectUri: `${location.origin}/account/login/github`,
storageKey: 'githubState',
loginScopes: 'user:email',
glintScopes: 'repo user:email'
glintScopes: 'repo user:email workflow'
},
gitlab: {
clientId: environment.gitlabClientId,
Expand Down

0 comments on commit 3fd11ee

Please sign in to comment.