File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 3232 sub_environment :
3333 type : string
3434 description : Set the sub environment name e.g. pr-xxx, or green/blue in higher environments
35+ # TODO - remove
36+ pull_request :
37+ types : [opened]
3538
3639jobs :
3740 e2e-tests :
3841 runs-on : ubuntu-latest
3942 environment :
4043 name : ${{ inputs.environment }}
4144 env : # Sonarcloud - do not allow direct usage of untrusted data
42- APIGEE_ENVIRONMENT : ${{ inputs.apigee_environment }}
43- BACKEND_ENVIRONMENT : ${{ inputs.environment }}
44- BACKEND_SUB_ENVIRONMENT : ${{ inputs.sub_environment }}
45+ APIGEE_ENVIRONMENT : ${{ inputs.apigee_environment || internal-dev }}
46+ BACKEND_ENVIRONMENT : ${{ inputs.environment || dev }}
47+ BACKEND_SUB_ENVIRONMENT : ${{ inputs.sub_environment || internal-dev }}
4548 APIGEE_USERNAME : ${{ vars.APIGEE_USERNAME }}
4649 permissions :
4750 id-token : write
You can’t perform that action at this time.
0 commit comments