Skip to content

Commit

Permalink
Merge pull request #167 from arvatoaws-labs/master
Browse files Browse the repository at this point in the history
Switch GitHub scope to read only
  • Loading branch information
travisghansen authored Jan 19, 2023
2 parents 41c0c63 + fcdf547 commit f0ed0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/generate-config-helm-traefik-github.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ let config_token_real = {
client_id: github_client_id,
client_secret: github_client_secret
},
scopes: ["user"],
scopes: ["read:user", "user:email", "read:org"],
/**
* static redirect URI
* if your oauth provider does not support wildcards place the URL configured in the provider (that will return to this proper service) here
Expand Down

0 comments on commit f0ed0ef

Please sign in to comment.