-
Notifications
You must be signed in to change notification settings - Fork 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
chore(TU-590): Adopt ci-standard-checks #21
Conversation
b0fb1f4
to
b9bc214
Compare
runs-on: [ubuntu-latest] | ||
|
||
runs-on: | ||
- ubuntu-latest |
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.
Should this run on ubuntu-latest
or on self-hosted automated-checks-ephemeral runner?
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.
good question, it was running on ubuntu-latest previously, and the same for many other repos we have...
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.
webflow is on ephemeral , so I will change this one to ephemeral too
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.
Just a note - we should not run on ubuntu-latest
as those are more expensive than our runners. They are free for public repos only.
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.
FYI this repo is public, so ubuntu-latest
makes sense
dockerUsername: ${{ secrets.GITLEAKS_DOCKER_USERNAME }} | ||
dockerPassword: ${{ secrets.GITLEAKS_DOCKER_PASSWORD }} | ||
dockerUsername: ${{ secrets.DOCKER_USERNAME }} | ||
dockerPassword: ${{ secrets.DOCKER_PASSWORD }} |
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.
on webflow we used these secrets
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.
You can refer to this as the source of truth, so probably these docker
variables are no longer necessary.
https://github.com/Typeform/.github/blob/main/workflow-templates/ci-standard-checks.yml
badger ciStandardChecks |
Badges for results-example
Do you have any feedback on the Badger app? Please fill out this typeform |
No description provided.