Skip to content

Commit 0e7c4ac

Browse files
author
Mladen Rusev
committed
install venctl
1 parent 5d185bf commit 0e7c4ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ jobs:
9090
- name: Install gke-gcloud-auth-plugin
9191
run: |
9292
gcloud components install gke-gcloud-auth-plugin
93-
echo "$(dirname ${{ steps.setup-gcloud.outputs.gcloud_path }})" >> $GITHUB_PATH
93+
94+
- name: Install Venafi venctl CLI
95+
run: |
96+
curl -L -s https://github.com/Venafi/venctl/releases/latest/download/venctl-installer.sh | bash
97+
echo "/home/runner/.venafi/bin" >> $GITHUB_PATH
9498
9599
- id: go-version
96100
run: |

0 commit comments

Comments
 (0)