Skip to content

Commit

Permalink
Added step to upload openvex data
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeram-venkitesh committed Dec 27, 2023
1 parent 72870e7 commit d6e8e2b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/openvex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ jobs:
- uses: openvex/generate-vex@31b415924ea0d72ed5f2640f1dee59dea6c2770b
name: Run vexctl
with:
product: pkg:generic/hello@${{ env.RELEASE_VERSION }}
product: pkg:generic/karpenter@${{ env.RELEASE_VERSION }}
file: /tmp/karpenter.vex.json
- name: Upload openvex data
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload $TAG /tmp/karpenter.vex.json

0 comments on commit d6e8e2b

Please sign in to comment.