Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jburns24 committed Sep 28, 2023
1 parent 9c583b0 commit 31c8a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/oidc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ data "aws_iam_policy_document" "gha_trust_policy" {
condition {
test = "StringEquals"
variable = "token.actions.githubusercontent.com:sub"
values = ["repo:liatrio/keyless-workflow-demo:environment:production"]
values = ["repo:liatrio/keyless-workflow-demo:environment:demo"]
}
}
}
Expand Down

0 comments on commit 31c8a5c

Please sign in to comment.