From 5cb90156030c04ec5f451d4b2c305fa57c188d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaan=20Uzdo=C4=9Fan?= Date: Thu, 18 Jul 2024 15:11:35 +0200 Subject: [PATCH] Remove service account to try using direct resource access instead of service account impersonization --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 071df94..1396953 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,6 @@ jobs: uses: "google-github-actions/auth@v2" with: workload_identity_provider: "projects/1019539084286/locations/global/workloadIdentityPools/github/providers/sourcify" - service_account: "sourcify-docs-cd@sourcify-project.iam.gserviceaccount.com" - name: Set up Node.js uses: actions/setup-node@v3 with: