We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d99a440 + 9bbed50 commit 5041137Copy full SHA for 5041137
.github/workflows/openvex.yml
@@ -0,0 +1,19 @@
1
+name: openvex
2
+
3
+on:
4
+ workflow_dispatch:
5
+ release:
6
+ types: [published]
7
+jobs:
8
+ vexctl:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Checkout code
12
+ uses: actions/checkout@v4
13
+ - name: Set environment variables
14
+ run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
15
+ - uses: openvex/generate-vex@c59881b41451d7ccba5c3b74cd195382b8971fcd
16
+ # Refer: https://github.com/openvex/vexctl#operational-model
17
+ name: Run vexctl
18
+ with:
19
+ product: pkg:golang/k8s.io/kube-state-metrics/v2@${{ env.RELEASE_VERSION }}
0 commit comments