-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2486 create new pipeline for updated build deployment #2492
2486 create new pipeline for updated build deployment #2492
Conversation
…of github.com:objectcomputing/check-ins into 2486-create-new-pipeline-for-updated-build-deployment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Left a possible nice-to-have.
with: | ||
project_id: '${{env.PROJECT_ID}}' | ||
workload_identity_provider: '${{secrets.WORKLOAD_IDENTITY_PROVIDER}}' | ||
service_account: '${{secrets.GCLOUD_SERVICEACCOUNT}}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thoughts on naming this secret something like AUTOMATION_SA_KEY
so we know its purpose at a glance?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would compromise on AUTOMATION_SA. The value here is really more of an ID similar to this: [email protected]. When I see KEY, I think of something different.
No description provided.