We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fbdad commit ef9df39Copy full SHA for ef9df39
1 file changed
.github/workflows/deploy.yml
@@ -340,4 +340,5 @@ jobs:
340
aws ec2 revoke-security-group-ingress \
341
--group-id ${{ secrets.AWS_SECURITY_GROUP_ID }} \
342
--protocol tcp \
343
+ --port 22 \
344
--cidr ${{ steps.ip.outputs.ipv4 }}/32
0 commit comments