diff --git a/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json index a8ff982250..9398d7a885 100644 --- a/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json @@ -6,12 +6,6 @@ "verb": "get", "requestPath": "/enterprises/{enterprise}/actions/cache/usage" }, - { - "slug": "set-the-github-actions-oidc-custom-issuer-policy-for-an-enterprise", - "subcategory": "oidc", - "verb": "put", - "requestPath": "/enterprises/{enterprise}/actions/oidc/customization/issuer" - }, { "slug": "get-github-actions-cache-usage-for-an-organization", "subcategory": "cache", diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 031e6115f6..4060bb2c6f 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "4c7e9b68a3aeb05689b7240c48ea5c4ad44e4d7c" -} + "sha": "22bd7ea109abed3569b2a3c8a60815662e75022a" +} \ No newline at end of file diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index 1312d984fb..626dbffa4b 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -1690,7 +1690,7 @@ "description": "
Whether the enterprise customer requested a custom issuer URL.
" } ], - "enabledForGitHubApps": true, + "enabledForGitHubApps": false, "codeExamples": [ { "key": "default", diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index fe5572311d..d719a6725b 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -20,5 +20,5 @@ "autogenerated": "rest", "allowTitleToDifferFromFilename": true }, - "sha": "4c7e9b68a3aeb05689b7240c48ea5c4ad44e4d7c" -} + "sha": "22bd7ea109abed3569b2a3c8a60815662e75022a" +} \ No newline at end of file diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index 031e6115f6..4060bb2c6f 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "4c7e9b68a3aeb05689b7240c48ea5c4ad44e4d7c" -} + "sha": "22bd7ea109abed3569b2a3c8a60815662e75022a" +} \ No newline at end of file