File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
terraform/account-wide-infrastructure/mgmt Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919jobs :
2020 build :
2121 name : Build - ${{ github.ref }}
22- runs-on : codebuild-nhsd-nrlf-- ci-build-project-${{ github.run_id }}-${{ github.run_attempt }}
22+ runs-on : codebuild-nhsd-nrlf-ci-build-project-${{ github.run_id }}-${{ github.run_attempt }}
2323
2424 steps :
2525 - name : Git clone - ${{ github.ref }}
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ data "aws_iam_policy_document" "codebuild_policy" {
5656 " secretsmanager:ListSecretVersionIds"
5757 ]
5858 resources = [
59- " arn:aws:secretsmanager:${ data . aws_region . current . name } :${ data . aws_caller_identity . current . account_id } :secret:${ local . project } --codebuild-github-pat" ,
59+ " arn:aws:secretsmanager:${ data . aws_region . current . name } :${ data . aws_caller_identity . current . account_id } :secret:${ local . project } --codebuild-github-pat-* " ,
6060 ]
6161 }
6262
You can’t perform that action at this time.
0 commit comments