Skip to content

Commit 5e4ed68

Browse files
authored
Fix formatting of GitHub AppId in README
1 parent b065b8c commit 5e4ed68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The application secrets can be also passed in as [environment variables](https:/
6363
"ClientSecret": "<github_oauth_client_secret>"
6464
},
6565
"GitHubProvisioning": {
66-
"AppId": <github_app_id>,
66+
"AppId": "<github_app_id>",
6767
"ClientId": "<github_app_client_id>",
6868
"PrivateKey": "<base64_encoded_private_key>"
6969
},
@@ -76,4 +76,4 @@ The application secrets can be also passed in as [environment variables](https:/
7676

7777
### GitHub Teams Configuration
7878

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

Comments
 (0)