Skip to content

Commit

Permalink
Define a user-created service account
Browse files Browse the repository at this point in the history
Instead of use the CloudBuild Service Agent, we use a dedicated service
account for the release process

Signed-off-by: Arnaud Meukam <[email protected]>
  • Loading branch information
ameukam committed Feb 27, 2024
1 parent 36f83c9 commit ec88460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcb/stage/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ steps:
secretEnv:
- GITHUB_TOKEN
- DOCKERHUB_TOKEN
serviceAccount: 'projects/k8s-release/serviceAccounts/[email protected]'
args:
- "bin/krel"
- "stage"
Expand Down

0 comments on commit ec88460

Please sign in to comment.