File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 6666
6767 test-e2e :
6868 runs-on : ubuntu-latest
69- permissions :
70- contents : ' read'
71- id-token : ' write' # This is required for OIDC authentication
72-
7369 steps :
7470 - uses : actions/checkout@v4
7571 with :
@@ -83,11 +79,12 @@ jobs:
8379 id : auth
8480 uses : google-github-actions/auth@v2
8581 with :
86- workload_identity_provider : ' projects/1034149387603/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
87- service_account : ' gke-cluster-creation@machineidentitysecurity-jsci-e.iam.gserviceaccount.com'
82+ credentials_json : ' ${{ secrets.GCP_SA_KEY }}'
8883
89- - name : Set up gcloud CLI
84+ - name : Set up gcloud
9085 uses : google-github-actions/setup-gcloud@v2
86+ with :
87+ project_id : machineidentitysecurity-jsci-e
9188
9289 - id : go-version
9390 run : |
You can’t perform that action at this time.
0 commit comments