Skip to content

Commit 070f362

Browse files
committed
ci: Add Grafana dashboard to GH release artifacts
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
1 parent 3b232fa commit 070f362

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
}
7171
core.setFailed(`Draft release not found`)
7272
73+
- name: Checkout code for kubewarden-dashboard.json
74+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
75+
7376
- name: Download SBOM artifact
7477
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
7578
with:
@@ -92,7 +95,8 @@ jobs:
9295
'policy-server-sbom-amd64.spdx.sig',
9396
'policy-server-sbom-arm64.spdx',
9497
'policy-server-sbom-arm64.spdx.cert',
95-
'policy-server-sbom-arm64.spdx.sig']
98+
'policy-server-sbom-arm64.spdx.sig',
99+
'kubewarden-dashboard.json']
96100
const {RELEASE_ID} = process.env
97101
98102
for (const file of files) {

0 commit comments

Comments
 (0)