You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/projects/version-control/github/index.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: src/layouts/Default.astro
3
3
pubDate: 2024-03-14
4
-
modDate: 2024-11-07
4
+
modDate: 2026-04-13
5
5
title: GitHub integration
6
6
description: Octopus Deploy GitHub integration
7
7
icon: fa-brands fa-github
@@ -79,6 +79,10 @@ There are specific GitHub permissions that the Octopus GitHub App requests in or
79
79
80
80
Whenever possible, Octopus uses a token scoped down to minimal permissions in accordance with the principle of least privilege.
81
81
82
+
## Allow List
83
+
84
+
The Octopus Deploy GitHub App can be used with the GitHub Enterprise allow list feature. To include the app in your allow list either enable "Enable IP allow list configuration for installed GitHub Apps" in the "Authenication security" section, or manually add the IP Address "172.182.208.68" to your allow list.
85
+
82
86
## More information on installing and authorizing the Octopus GitHub App
83
87
84
88
You install the Octopus GitHub App on an account (organization or user) to give the repositories or other content within that account. Authorizing gives the Octopus GitHub App permission to act on your behalf in any account that has the app installed.
@@ -89,9 +93,6 @@ Installing and authorizing are both GitHub concepts. If you want to find out mor
0 commit comments