Skip to content

Commit

Permalink
fix github user renmae
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas.bernhard committed Nov 16, 2024
1 parent 5ea885a commit a46f88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/github_oidc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data "aws_iam_policy_document" "oidc" {

condition {
test = "StringLike"
values = ["repo:itsStRaNge/*"]
values = ["repo:lbernhard95/*"]
variable = "token.actions.githubusercontent.com:sub"
}
}
Expand Down

0 comments on commit a46f88f

Please sign in to comment.