Skip to content

Commit

Permalink
Update GCP image project service accounts
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Nov 23, 2023
1 parent 292ee66 commit c2e5e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-os-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
if: matrix.csp == 'gcp'
uses: ./.github/actions/login_gcp
with:
service_account: "constellation-cos-builder@constellation-331613.iam.gserviceaccount.com"
service_account: "image-uploader@constellation-images.iam.gserviceaccount.com"

- name: Upload AWS image
if: matrix.csp == 'aws'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versionsapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
if: steps.check-rights.outputs.auth == 'true'
uses: ./.github/actions/login_gcp
with:
service_account: "constellation-cos-builder@constellation-331613.iam.gserviceaccount.com"
service_account: "image-deleter@constellation-images.iam.gserviceaccount.com"

- name: Execute versionsapi CLI
id: run
Expand Down

0 comments on commit c2e5e3e

Please sign in to comment.