Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit bc491a3

Browse files
authored
ci: change the cra target path (#11)
1 parent 95afe65 commit bc491a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
secrets: inherit
1313
with:
1414
craSCCv2: true
15-
craTarget: "examples/default"
15+
craTarget: "examples/fscloud"
1616
craRuleIgnoreFile: "cra-tf-validate-ignore-rules.json"
17+
craEnvironmentVariables: "TF_VAR_existing_kms_instance_guid=${{ vars.HPCS_SOUTH_GUID }},TF_VAR_kms_key_crn=${{ vars.HPCS_SOUTH_KEY_CRN }}"

0 commit comments

Comments
 (0)