From 3d134c234a94b06324a9e5e08033ea87c59d3840 Mon Sep 17 00:00:00 2001 From: Volodymyr Machula Date: Fri, 27 Aug 2021 00:02:49 +0300 Subject: [PATCH] Update docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20104725..0af1c8cc 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,8 @@ Use the following steps to prepare your workflow for running on your EC2 self-ho 1. Create a new VPC and a new subnet in it. Or use the existing VPC and subnet. 2. Create a new security group for the runners in the VPC. - Only the outbound traffic on port 443 should be allowed for pulling jobs from GitHub. + The outbound traffic on port 443 should be allowed for pulling jobs from GitHub. + You may need to enable additional outbound traffic depends on the tools you're using. No inbound traffic is required. **5. Configure the GitHub workflow**