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.
1 parent a18430a commit 5ae1e48Copy full SHA for 5ae1e48
.github/workflows/main.yaml
@@ -27,6 +27,16 @@ jobs:
27
attestations: write
28
29
steps:
30
+ - name: Install OCM CLI
31
+ run: |
32
+ sudo curl -sL https://raw.githubusercontent.com/open-component-model/ocm/main/install.sh | sudo bash
33
+
34
+ - name: Install Go-Task
35
+ uses: arduino/setup-task@v2
36
+ with:
37
+ version: 3.x
38
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
39
40
- name: Checkout code
41
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42
0 commit comments