diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/github/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/github/index.md index f82fb1a08c4..1f8c90fb14e 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/github/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/github/index.md @@ -143,7 +143,7 @@ if you have a team called 'example-group' you can use the following snippet to ensure those members inherit the role 'Editor'. ```bash -role_attribute_path = contains(groups[*], '@github/example-group') && 'Editor' || 'Viewer' +role_attribute_path = contains(groups[*], '@my-github-organization/my-github-team') && 'Editor' || 'Viewer' ``` Note: If a match is found in other fields, teams will be ignored.