We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097abba commit a53518dCopy full SHA for a53518d
1 file changed
.github/workflows/cleanup/aws-nuke.yml
@@ -20,6 +20,7 @@ accounts:
20
IAMRole:
21
- "GitHubActionsWebinyJs"
22
- "GitHubActionsWebinyJsAdminAccess"
23
+ - "scheduler-invoke-api-destination"
24
IAMUser:
25
- "webiny-ci"
26
IAMUserPolicyAttachment:
@@ -45,6 +46,12 @@ accounts:
45
46
Route53HostedZone:
47
- property: Name
48
value: "ci.webiny.com."
49
+ EventsConnection:
50
+ - "github-workflow-dispatch"
51
+ EventsApiDestination:
52
+ - "deploy-e2e-dispatch"
53
+ EventsRule:
54
+ - "daily-deploy-e2e"
55
56
resource-types:
57
excludes:
0 commit comments