Skip to content

Commit 610b15e

Browse files
authored
Merge pull request #35375 from github/repo-sync
Repo sync
2 parents 6ae0e55 + bce260d commit 610b15e

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

content/copilot/building-copilot-extensions/creating-a-copilot-extension/configuring-your-github-app-for-your-copilot-extension.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ Once you have configured your server and created your {% data variables.product.
2828
{% data reusables.apps.settings-step %}
2929
{% data reusables.apps.enterprise-apps-steps %}
3030
1. To the right of the {% data variables.product.prodname_github_app %} you want to configure for your {% data variables.product.prodname_copilot_extension_short %}, click **Edit**.
31-
1. In the "Identifying and authorizing users" section, under "Callback URL", enter your server's hostname, then click **Save changes**.
31+
1. In the "Identifying and authorizing users" section, under "Callback URL", enter your callback endpoint URL, then click **Save changes**.
3232

33-
> [!NOTE] This step is only required if you intend to request user authorization (OAuth) during installation.
34-
>
35-
> Your server's hostname is the forwarding endpoint that you copied from your terminal when you configured your server. For more information, see "[AUTOTITLE](/copilot/building-copilot-extensions/creating-a-copilot-extension/configuring-your-server-to-deploy-your-copilot-agent)."
33+
> [!NOTE] Your server's hostname is the forwarding endpoint that you copied from your terminal when you configured your server. See "[AUTOTITLE](/copilot/building-copilot-extensions/creating-a-copilot-extension/configuring-your-server-to-deploy-your-copilot-agent)."
3634
>
3735
> If you are using an ephemeral domain in ngrok, you will need to update this URL every time you restart your ngrok server.
3836
@@ -62,11 +60,9 @@ Once you have configured your server and created your {% data variables.product.
6260
{% data reusables.apps.settings-step %}
6361
{% data reusables.apps.enterprise-apps-steps %}
6462
1. To the right of the {% data variables.product.prodname_github_app %} you want to configure for your {% data variables.product.prodname_copilot_extension_short %}, click **Edit**.
65-
1. In the "Identifying and authorizing users" section, under "Callback URL", enter your server's hostname, then click **Save changes**.
63+
1. In the "Identifying and authorizing users" section, under "Callback URL", enter your callback endpoint URL, then click **Save changes**.
6664

67-
> [!NOTE] This step is only required if you intend to request user authorization (OAuth) during installation.
68-
>
69-
> Your server's hostname is the forwarding endpoint that you copied from your terminal when you configured your server. For more information, see "[AUTOTITLE](/copilot/building-copilot-extensions/creating-a-copilot-extension/configuring-your-server-to-deploy-your-copilot-agent)."
65+
> [!NOTE] Your server's hostname is the forwarding endpoint that you copied from your terminal when you configured your server. See "[AUTOTITLE](/copilot/building-copilot-extensions/creating-a-copilot-extension/configuring-your-server-to-deploy-your-copilot-agent)."
7066
>
7167
> If you are using an ephemeral domain in ngrok, you will need to update this URL every time you restart your ngrok server.
7268

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
44
"apiRequestEvent": "This event is only available via audit log streaming."
55
},
6-
"sha": "331ad672f7b1e388933dc4491e0f4a539fd58496"
6+
"sha": "249a94280792ff9977d58a0541a322e5c4dd5763"
77
}

0 commit comments

Comments
 (0)