Skip to content

Commit 9752aaa

Browse files
authored
ci: onboard to catalog (#7)
1 parent b4ccd0f commit 9752aaa

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ on:
1313
jobs:
1414
call-terraform-release-pipeline:
1515
if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') }}
16-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.0.0
16+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.1.0
1717
secrets: inherit

.releaserc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"assets": "false"
1010
}],
1111
["@semantic-release/exec", {
12-
"successCmd": "echo \"SEMVER_VERSION=${nextRelease.version}\" >> $GITHUB_ENV"
12+
"successCmd": "echo \"SEMVER_VERSION=${nextRelease.version}\" >> $GITHUB_ENV",
13+
"publishCmd": "./ci/run-catalog-onboarding-pipeline.sh terraform-ibm-landing-zone-vpc 7df1e4ca-d54c-4fd0-82ce-3d13247308cd 0ab1fe91-7d04-4cba-91c2-2b3ad600bfbc ${nextRelease.version} account default github.com terraform-ibm-modules slz"
1314
}]
1415
]
1516
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"ibmcloud_api_key": $DEV_APIKEY, "resource_group": $RG_NAME, "resource_tags": $TAGS, "prefix": $PREFIX}

0 commit comments

Comments
 (0)