mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
fix: use correct service account in release workflow
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
|||||||
uses: 'google-github-actions/auth@v2'
|
uses: 'google-github-actions/auth@v2'
|
||||||
with:
|
with:
|
||||||
workload_identity_provider: 'projects/1024890423283/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
|
workload_identity_provider: 'projects/1024890423283/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider'
|
||||||
service_account: 'gemini-cli-release@gemini-code-dev.iam.gserviceaccount.com'
|
service_account: 'gh-actions-service-account@gemini-code-dev.iam.gserviceaccount.com'
|
||||||
|
|
||||||
- name: Configure Docker
|
- name: Configure Docker
|
||||||
run: gcloud auth configure-docker us-west1-docker.pkg.dev
|
run: gcloud auth configure-docker us-west1-docker.pkg.dev
|
||||||
|
|||||||
Reference in New Issue
Block a user