Skip to content

Update cra-config and ci.yml #446

Update cra-config and ci.yml

Update cra-config and ci.yml #446

Workflow file for this run

name: CI-Pipeline
# Controls when the workflow will run, when comment is created
on:
issue_comment:
types:
- created
jobs:
call-terraform-ci-pipeline:
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected]
secrets: inherit
with:
craSCCv2: true
craConfigYamlFile: "cra-config.yaml"
craEnvironmentVariables: "TF_VAR_existing_kms_instance_guid=${{ vars.HPCS_SOUTH_GUID }},TF_VAR_kms_key_crn=${{ vars.HPCS_SOUTH_KEY_CRN }}"