-
Notifications
You must be signed in to change notification settings - Fork 126
feat: add example workflows #18
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
Conversation
README.md
Outdated
|
||
- `Service Account User` - required to deploy to Cloud Run as service account | ||
|
||
- `Storage Admin` - allow push to Google Container Registry |
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.
This is broad at the project level, perhaps we can link to further reading here for best practices of granting at the bucket level.
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.
sgtm
on: | ||
push: | ||
branches-ignore: | ||
- 'example-*' |
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.
Do we need to ignore these branches?
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 think it's nice that if someone is trying to run the example workflows it doesn't kick off this test workflow.
Fixes #17