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 2f7246d commit 1080798Copy full SHA for 1080798
.github/workflows/tests.yaml
@@ -94,7 +94,12 @@ jobs:
94
- name: Install Venafi venctl CLI
95
run: |
96
curl -sSfL https://dl.venafi.cloud/venctl/latest/installer.sh | bash
97
- echo "/home/runner/.venafi/bin" >> $GITHUB_PATH
+ echo "/home/runner/.venafi/bin" >> $GITHUB_PATH
98
+
99
+ - name: Install Smallstep CLI (step)
100
+ run: |
101
+ curl -LO https://github.com/smallstep/cli/releases/latest/download/step-cli_amd64.deb
102
+ apt-get install ./step-cli_amd64.deb
103
104
- id: go-version
105
0 commit comments