Skip to content

Commit 18f8701

Browse files
authored
doc: Update README.md (#141)
1 parent 50ac8d8 commit 18f8701

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ By default, the output is a table with per-container status and severity counts.
144144
{
145145
"Effect": "Allow",
146146
"Action": [
147-
"elbv2:DescribeTargetGroups",
148-
"elbv2:DescribeTargetHealth",
149-
"elbv2:DescribeTargetGroupAttributes",
150-
"elbv2:RegisterTargets",
151-
"elbv2:DeregisterTargets"
147+
"elasticloadbalancing:DescribeTargetGroups",
148+
"elasticloadbalancing:DescribeTargetHealth",
149+
"elasticloadbalancing:DescribeTargetGroupAttributes",
150+
"elasticloadbalancing:RegisterTargets",
151+
"elasticloadbalancing:DeregisterTargets"
152152
],
153153
"Resource": "*"
154154
},
@@ -174,10 +174,10 @@ This approach is very robust and reliable. For past 5 years, we have been using
174174
You can use `canarycage` with GitHub Actions. Here is an example of GitHub Actions workflow:
175175

176176
```yaml
177-
- uses: loilo-inc/actions-setup-cage@5
177+
- uses: loilo-inc/actions-setup-cage@7
178178
with:
179179
github-token: ${{ secrets.GITHUB_TOKEN }}
180-
- uses: loilo-inc/actions-deploy-cage@v4
180+
- uses: loilo-inc/actions-deploy-cage@v7
181181
with:
182182
region: your-region
183183
deploy-context: deploy

0 commit comments

Comments
 (0)