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 d2502a7 commit 5d185bfCopy full SHA for 5d185bf
.github/workflows/tests.yaml
@@ -82,10 +82,15 @@ jobs:
82
credentials_json: '${{ secrets.GCP_SA_KEY }}'
83
84
- name: Set up gcloud
85
+ id: setup-gcloud
86
uses: google-github-actions/setup-gcloud@v2
87
with:
88
project_id: machineidentitysecurity-jsci-e
- components: gke-gcloud-auth-plugin
89
+
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
95
- id: go-version
96
run: |
0 commit comments