Skip to content

Commit

Permalink
silly typo (#3576)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnqn authored Oct 5, 2023
1 parent 5c2c212 commit 1152c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/nomis/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data "aws_iam_policy_document" "sas_token_rotator_role" {
}
condition {
test = "StringLike"
values = ["repo:ministryofjustice/dso-modernisation-platform-automation/:*"]
values = ["repo:ministryofjustice/dso-modernisation-platform-automation:*"]
variable = "token.actions.githubusercontent.com:sub"
}
}
Expand Down

0 comments on commit 1152c91

Please sign in to comment.