Skip to content

Commit f8fa59e

Browse files
authored
Update README.md (machulav#226)
1 parent 2b8ad26 commit f8fa59e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ Alternatively, you can use a vanilla EC2 AMI and set up the dependencies via `pr
188188
1. Create a new VPC and a new subnet in it.
189189
Or use the existing VPC and subnet.
190190
2. Create a new security group for the runners in the VPC.
191-
Only the outbound traffic on port 443 should be allowed for pulling jobs from GitHub.
192-
No inbound traffic is required.
191+
Only **outbound** traffic on port TCP/443 is required to pull jobs from GitHub.
192+
No inbound traffic is required for this purpose, but if your workflow needs to access external repositories or internal SSH, other ports like TCP/22, TCP/80, etc ... may be required.
193193

194194
**5. Configure the GitHub workflow**
195195

0 commit comments

Comments
 (0)