File tree Expand file tree Collapse file tree 2 files changed +8
-18
lines changed
Expand file tree Collapse file tree 2 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 1+ name : Nonprod Deployment
2+
13on :
2- pull_request :
3- types :
4- - opened
5- - synchronize
6- - reopened
7- branches :
8- - master
94 push :
105 branches :
11- - master
6+ - patch-test-workflows
127
138jobs :
14- pipeline :
9+ CallTestAndBuild :
1510 uses : ./.github/workflows/pipeline.yaml
1611 with :
17- environment : nonprod
18-
19- secrets :
20- AWS_DEFAULT_REGION : us-east-1
21- AWS_ACCESS_KEY_ID : ${{ secrets.AWS_DCE_API_ADMIN_NONPROD_ACCESS_KEY_ID }}
22- AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_DCE_API_ADMIN_NONPROD_SECRET_ACCESS_KEY }}
12+ environment : nonprod
Original file line number Diff line number Diff line change 1212 required : false
1313 type : string
1414 default : master
15- release : # Is default when compared to branch, will override if both present
15+ release :
1616 required : false
1717 type : string
1818 default : none
1919 env :
20- GO_VERSION : 1.21.6
21- TERRAFORM_VERSION : 1.7.4
20+ GO_VERSION : 1.21.6
21+ TERRAFORM_VERSION : 1.7.4
2222
2323jobs :
2424 TestAndBuild :
You can’t perform that action at this time.
0 commit comments