Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"width":1637,"height":719,"updated":"2026-05-01T00:35:49.394Z"}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"width":1650,"height":734,"updated":"2026-05-01T00:35:49.421Z"}
29 changes: 29 additions & 0 deletions src/pages/docs/platform-hub/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,32 @@ You can create and manage Git credentials in Platform Hub by visiting the Git cr
:::figure
![Platform Hub Git credentials area](/docs/img/platform-hub/platform-hub-git-credential.png)
:::

## GitHub App Connections in Platform Hub

You can connect your GitHub accounts to Platform Hub using the Octopus GitHub App. This lets you use a GitHub App Connection when configuring Platform Hub's version control settings, without needing a personal access token.

:::div{.hint}
GitHub App Connections in Platform Hub can only be used to configure Platform Hub's version control settings. These GitHub Connections are scoped only to Platform Hub, and cannot be used in spaces. They also cannot be used in steps in process templates or project templates currently.
:::

### Set up a GitHub App Connection

To configure a GitHub App Connection in Platform Hub, navigate to **GitHub Connections** and follow the same steps as [connecting a GitHub account in a space](/docs/projects/version-control/github#connecting-a-github-account).

:::figure
![GitHub Connections page in Platform Hub](/docs/img/platform-hub/platform-hub-github-connections.png)
:::

### Use a GitHub App Connection for version control

Once you've configured a connection, you can select it when setting up Platform Hub's version control.

1. Navigate to **Version Control** in Platform Hub.
2. Select "GitHub".
3. Under GitHub Repository, choose your GitHub Connection and the repository where your Platform Hub configurations will be stored.
4. Save your settings.

:::figure
![Version control configuration in Platform Hub using a GitHub App Connection](/docs/img/platform-hub/platform-hub-version-control-github-connection.png)
:::
Loading