We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb8f61 commit 6cc2459Copy full SHA for 6cc2459
.github/workflows/release-artifacts.yml
@@ -23,6 +23,17 @@ jobs:
23
with:
24
go-version-file: go.mod
25
26
+ - name: Setup Task
27
+ uses: arduino/setup-task@v2
28
+ with:
29
+ version: '3.x'
30
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
31
+
32
+ - name: Setup OPA
33
+ uses: open-policy-agent/setup-opa@v2
34
35
+ version: latest
36
37
- uses: crazy-max/ghaction-import-gpg@v6
38
id: import_gpg
39
0 commit comments