Skip to content

Commit 8227a57

Browse files
author
Mladen Rusev
committed
run wuth json key instead
1 parent d8c9653 commit 8227a57

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)