Skip to content

Commit

Permalink
chore: Add 'groups' scope to GitHub authentication in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Aug 31, 2024
1 parent e9a81e0 commit c4308a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/apps/headlamp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ spec:
clientID: github
clientSecret: ${dex_client_secret}
issuerURL: https://dex.${cluster_domain}
scopes: profile,email
scopes: profile,email,groups

0 comments on commit c4308a7

Please sign in to comment.