File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
PIPELINE_USER_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
15
15
SAM_TEMPLATE : template.yaml
16
16
TESTING_STACK_NAME : rubyapi-repl
17
- TESTING_PIPELINE_EXECUTION_ROLE : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}} :role/aws-sam-cli-managed-producti-PipelineExecutionRole-19EJVKIEN2Z43
18
- TESTING_CLOUDFORMATION_EXECUTION_ROLE : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}} :role/aws-sam-cli-managed-produ-CloudFormationExecutionR-H2PJX1UFBDQM
17
+ TESTING_PIPELINE_EXECUTION_ROLE : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/aws-sam-cli-managed-producti-PipelineExecutionRole-19EJVKIEN2Z43
18
+ TESTING_CLOUDFORMATION_EXECUTION_ROLE : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/aws-sam-cli-managed-produ-CloudFormationExecutionR-H2PJX1UFBDQM
19
19
TESTING_ARTIFACTS_BUCKET : aws-sam-cli-managed-production-pi-artifactsbucket-1l0386xhkl01
20
- TESTING_IMAGE_REPOSITORY : ${{ secrets.AWS_ACCOUNT_ID }}} .dkr.ecr.us-east-1.amazonaws.com/aws-sam-cli-managed-production-pipeline-resources-imagerepository-s94pcktcq5pm
20
+ TESTING_IMAGE_REPOSITORY : ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.us-east-1.amazonaws.com/aws-sam-cli-managed-production-pipeline-resources-imagerepository-s94pcktcq5pm
21
21
TESTING_REGION : us-east-1
22
22
PROD_STACK_NAME : rubyapi-repl
23
- PROD_PIPELINE_EXECUTION_ROLE : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}} :role/aws-sam-cli-managed-testing-PipelineExecutionRole-1WOSCFHR2FWS0
24
- PROD_CLOUDFORMATION_EXECUTION_ROLE : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}} :role/aws-sam-cli-managed-testi-CloudFormationExecutionR-11JVO15KUR9H2
23
+ PROD_PIPELINE_EXECUTION_ROLE : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/aws-sam-cli-managed-testing-PipelineExecutionRole-1WOSCFHR2FWS0
24
+ PROD_CLOUDFORMATION_EXECUTION_ROLE : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/aws-sam-cli-managed-testi-CloudFormationExecutionR-11JVO15KUR9H2
25
25
PROD_ARTIFACTS_BUCKET : aws-sam-cli-managed-testing-pipel-artifactsbucket-dlg2plvboj3d
26
- PROD_IMAGE_REPOSITORY : ${{ secrets.AWS_ACCOUNT_ID }}} .dkr.ecr.us-east-1.amazonaws.com/aws-sam-cli-managed-testing-pipeline-resources-imagerepository-0wc1uydygpow
26
+ PROD_IMAGE_REPOSITORY : ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.us-east-1.amazonaws.com/aws-sam-cli-managed-testing-pipeline-resources-imagerepository-0wc1uydygpow
27
27
PROD_REGION : us-east-1
28
28
29
29
jobs :
You can’t perform that action at this time.
0 commit comments