Skip to content

Commit

Permalink
Update the default security groups for the EC2 runner (airbytehq#22347)
Browse files Browse the repository at this point in the history
  • Loading branch information
perangel authored and robbinhan committed Feb 6, 2023
1 parent 66d2e02 commit 77e7bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/start-aws-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
default: "subnet-0469a9e68a379c1d3"
required: true
security-group-id:
default: "sg-0793f3c9413f21970"
default: "sg-0793f3c9413f21970,sg-023656a050e7d5634"
required: true
label:
required: false
Expand Down

0 comments on commit 77e7bc4

Please sign in to comment.