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 5d185bf commit 0e7c4acCopy full SHA for 0e7c4ac
.github/workflows/tests.yaml
@@ -90,7 +90,11 @@ jobs:
90
- name: Install gke-gcloud-auth-plugin
91
run: |
92
gcloud components install gke-gcloud-auth-plugin
93
- echo "$(dirname ${{ steps.setup-gcloud.outputs.gcloud_path }})" >> $GITHUB_PATH
+
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
98
99
- id: go-version
100
0 commit comments