Difference between revisions of "Ecr:GetAuthorizationToken"
Jump to navigation
Jump to search
(Redirected page to Ecr:) Tag: New redirect |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{lc}} | |
+ | |||
+ | |||
+ | |||
+ | { | ||
+ | Sid = "AllowGetAuthorizationToken" | ||
+ | Effect = "Allow" | ||
+ | Action = [ | ||
+ | "ecr:GetAuthorizationToken" | ||
+ | ] | ||
+ | Resource = "*" | ||
+ | Condition = { | ||
+ | StringLike = { | ||
+ | "[[token.actions.githubusercontent.com:sub]]" = "repo:your-repo-name/*" | ||
+ | } | ||
+ | } | ||
+ | }, | ||
+ | |||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{ecr:}} | ||
+ | * {{ECR}} | ||
+ | |||
+ | [[Category:AWS]] |
Latest revision as of 09:30, 8 August 2024
{ Sid = "AllowGetAuthorizationToken" Effect = "Allow" Action = [ "ecr:GetAuthorizationToken" ] Resource = "*" Condition = { StringLike = { "token.actions.githubusercontent.com:sub" = "repo:your-repo-name/*" } } },
See also[edit]
Advertising: