Difference between revisions of "Ecr:GetAuthorizationToken"
Jump to navigation
Jump to search
(Removed redirect to Ecr:) Tag: Removed redirect |
|||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | |||
+ | |||
+ | { | ||
+ | Sid = "AllowGetAuthorizationToken" | ||
+ | Effect = "Allow" | ||
+ | Action = [ | ||
+ | "ecr:GetAuthorizationToken" | ||
+ | ] | ||
+ | Resource = "*" | ||
+ | Condition = { | ||
+ | StringLike = { | ||
+ | "[[token.actions.githubusercontent.com:sub]]" = "repo:your-repo-name/*" | ||
+ | } | ||
+ | } | ||
+ | }, | ||
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: