File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 5959 needs : get_issue_number
6060 uses : ./.github/workflows/sam_package_code.yml
6161
62- release_code :
62+ release_dev :
6363 needs : [get_issue_number, package_code, get_commit_id]
6464 uses : ./.github/workflows/sam_release_code.yml
6565 with :
7474 ENABLE_ALERTS : false
7575 secrets :
7676 CLOUD_FORMATION_DEPLOY_ROLE : ${{ secrets.DEV_CLOUD_FORMATION_DEPLOY_ROLE }}
77+ release_ref :
78+ needs : [release_dev, package_code, get_commit_id]
79+ uses : ./.github/workflows/sam_release_code.yml
80+ with :
81+ ARTIFACT_BUCKET_PREFIX : fhir-validator-PR-${{needs.get_issue_number.outputs.issue_number}}
82+ STACK_NAME : fhir-validator
83+ TARGET_ENVIRONMENT : ref
84+ BUILD_ARTIFACT : packaged_code
85+ VERSION_NUMBER : fhir-validator-PR-${{ needs.get_issue_number.outputs.issue_number }}
86+ COMMIT_ID : ${{needs.get_commit_id.outputs.commit_id}}
87+ LOG_LEVEL : INFO
88+ LOG_RETENTION_DAYS : 30
89+ ENABLE_ALERTS : true
90+ secrets :
91+ CLOUD_FORMATION_DEPLOY_ROLE : ${{ secrets.REF_CLOUD_FORMATION_DEPLOY_ROLE }}
You can’t perform that action at this time.
0 commit comments