Skip to content

Commit a9f90ed

Browse files
authored
Merge pull request #560 from linear-b/IP_allowList
added troubleshooting
2 parents 2ea05c4 + a22862c commit a9f90ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/troubleshooting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ to the **Allow specified actions and reusable workflows** list, if it is shown.
4444

4545
Make sure you have added the `cm` repo to the repos gitStream should run on
4646
![GitHub cm repo](screenshots/repo_in_org_setup.png)
47+
#### Are you using the default runners along with the "IP allow list" feature on GitHub?
48+
<a href="https://docs.github.com/en/enterprise-cloud@latest/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-allowed-ip-addresses-for-your-organization#using-github-actions-with-an-ip-allow-list" target="_blank">According to GitHub</a>, in order to use GitHub actions with the allow list, you must use self-hosted runners or GitHub-hosted larger runners with static IP address ranges and add their IP to the allow list.
49+
50+
When using GitHub's default runners, you will encounter the following error: "The repository owner has an IP allow list enabled, and [IP] is not permitted to access this repository," which indicates that GitHub is blocking the action. You can verify if the IP is part of GitHub's CIDR ranges by using the following <a href="https://api.github.com/meta" target="_blank">list</a>
4751

4852
#### Is the PR in Draft mode?
4953

0 commit comments

Comments
 (0)