Skip to content

Commit 9668045

Browse files
authored
Fixed cicd (#521)
ref no-issue - CI/CD failed due to service account rename
1 parent 41d177f commit 9668045

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
token_format: access_token
107107
workload_identity_provider: projects/687476608778/locations/global/workloadIdentityPools/github-oidc-activitypub/providers/github-provider-activitypub
108-
service_account: stg-activitypub-github-[email protected]
108+
service_account: [email protected]
109109

110110
- name: "Login to GCP Artifact Registry"
111111
uses: docker/login-action@v3
@@ -156,7 +156,7 @@ jobs:
156156
with:
157157
token_format: access_token
158158
workload_identity_provider: projects/687476608778/locations/global/workloadIdentityPools/github-oidc-activitypub/providers/github-provider-activitypub
159-
service_account: stg-activitypub-github-[email protected]
159+
service_account: [email protected]
160160

161161
- name: "Deploy Migrations to Cloud Run"
162162
if: ${{ matrix.region == 'europe-west4' }}
@@ -211,7 +211,7 @@ jobs:
211211
with:
212212
token_format: access_token
213213
workload_identity_provider: projects/687476608778/locations/global/workloadIdentityPools/github-oidc-activitypub/providers/github-provider-activitypub
214-
service_account: prd-activitypub-github-[email protected]
214+
service_account: [email protected]
215215

216216
- name: "Deploy Migrations to Cloud Run"
217217
if: ${{ matrix.region == 'europe-west4' }}

0 commit comments

Comments
 (0)