Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ See [CreateProcessTemplateUsageStep](https://github.com/OctopusDeploy/OctopusDep

### GitHub Connections

The GitHub Connection is not supported in Platform Hub. Only usernames and PATs.
GitHub Connections is supported in Platform Hub, but it can only be used to configure Platform Hub version control. It can't be used on steps in templates.

### Losing access to an Octopus Enterprise license

Expand All @@ -181,7 +181,7 @@ To reference output variables from process template steps, add `.ProcessTemplate

When referencing an output variable in a step **inside a process template**, use the format:

```text
```powershell
Octopus.ProcessTemplate.Action[StepName].Output.PropertyName
```

Expand Down
2 changes: 2 additions & 0 deletions src/pages/docs/projects/version-control/github/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ To connect a repository, you must be an administrator of the repository on GitHu

You can currently use GitHub App Connections to connect to Configuration as Code projects. This removes the need for using Personal Access Tokens to connect to GitHub repositories, and allows users to commit as their GitHub users (rather than using a shared account).

You can also define GitHub Connections in [Platform Hub](/docs/platform-hub). GitHub Connections defined in Platform Hub can only be used to configure Platform Hub's version control settings and can't be used in spaces.

## Requested Permissions

There are specific GitHub permissions that the Octopus GitHub App requests in order to perform it's tasks.
Expand Down
Loading