Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 0cdca55

Browse files
author
Sean Sundberg
authored
Updates metadata and notification workflows (#8)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent b62c72e commit 0cdca55

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/notify.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ jobs:
66
notify:
77
runs-on: ubuntu-latest
88

9+
strategy:
10+
matrix:
11+
repo:
12+
- cloud-native-toolkit/ibm-garage-iteration-zero
13+
- cloud-native-toolkit/garage-terraform-modules
14+
915
steps:
10-
- name: Publish repository dispatch
11-
uses: ibm-garage-cloud/action-repository-dispatch@main
16+
- name: Repository dispatch ${{ matrix.repo }}
17+
uses: cloud-native-toolkit/action-repository-dispatch@main
1218
with:
13-
notifyRepo: ibm-garage-cloud/ibm-garage-iteration-zero
19+
notifyRepo: ${{ matrix.repo }}
1420
eventType: released
1521
env:
1622
GITHUB_TOKEN: ${{ secrets.TOKEN }}

.github/workflows/publish-assets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: ${{ github.event.release.tag_name }}
2121

2222
- name: Build catalog
23-
uses: ibm-garage-cloud/action-module-catalog@main
23+
uses: cloud-native-toolkit/action-module-catalog@v1
2424
with:
2525
tagName: ${{ github.event.release.tag_name }}
2626
distDir: ${{ env.DIST_DIR }}
@@ -31,4 +31,4 @@ jobs:
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
publish_dir: ${{ env.DIST_DIR }}
34-
publish_branch: ${{ env.PUBLISH_BRANCH }}
34+
publish_branch: ${{ env.PUBLISH_BRANCH }}

0 commit comments

Comments
 (0)