Skip to content

Commit 26841f7

Browse files
bigbitbusclaude
andauthored
feat(cicd): switch to per-repo SA gha-inference (#2259)
Part of the org-wide migration from the shared github-gcloud-deployer SA to per-repo service accounts with isolated WIF bindings. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c0a4292 commit 26841f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
id: auth
6767
with:
6868
workload_identity_provider: 'projects/391662651862/locations/global/workloadIdentityPools/github-actions/providers/github'
69-
service_account: 'github-gcloud-deployer@roboflow-artifacts.iam.gserviceaccount.com'
69+
service_account: 'gha-inference@roboflow-artifacts.iam.gserviceaccount.com'
7070
token_format: 'access_token'
7171
- name: Login to Google Artifact Registry
7272
uses: docker/login-action@v3

.github/workflows/docker.gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
id: auth
6565
with:
6666
workload_identity_provider: 'projects/391662651862/locations/global/workloadIdentityPools/github-actions/providers/github'
67-
service_account: 'github-gcloud-deployer@roboflow-artifacts.iam.gserviceaccount.com'
67+
service_account: 'gha-inference@roboflow-artifacts.iam.gserviceaccount.com'
6868
token_format: 'access_token'
6969
- name: Login to Google Artifact Registry
7070
uses: docker/login-action@v3

0 commit comments

Comments
 (0)