You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ The application secrets can be also passed in as [environment variables](https:/
63
63
"ClientSecret": "<github_oauth_client_secret>"
64
64
},
65
65
"GitHubProvisioning": {
66
-
"AppId": <github_app_id>,
66
+
"AppId": "<github_app_id>",
67
67
"ClientId": "<github_app_client_id>",
68
68
"PrivateKey": "<base64_encoded_private_key>"
69
69
},
@@ -76,4 +76,4 @@ The application secrets can be also passed in as [environment variables](https:/
76
76
77
77
### GitHub Teams Configuration
78
78
79
-
Simply [create a team](https://docs.github.com/en/organizations/organizing-members-into-teams/creating-a-team) in your GitHub organization and fill the description field with your desired description and append `Entra: <entra_group_id>` to the end of the description. This will tell the tool to synchronize membership of the team with the specified group.
79
+
Simply [create a team](https://docs.github.com/en/organizations/organizing-members-into-teams/creating-a-team) in your GitHub organization and fill the description field with your desired description and append `Entra: <entra_group_id>` to the end of the description. This will tell the tool to synchronize membership of the team with the specified group.
0 commit comments