Open
Description
Description
Move the checkout
, expose-jwt-action
and image-buidler
to separate repository or repositories depdening on choosen approach.
Reasons
Currently our github actions are stored in the test-infra repository. We have at least 2 github instance where it should be runned. Current setup requires to checkout test-infra repo before using the actions. With that change we have two possible options:
- GitHub Marketplace and actions-mirror -> no manual steps on our site, requirement of using semver versioning and releasing actions.
- "Fork" of dedicated repositories into GHES.
Acceptance Criteria
- Our custom actions can be referenced on both github.com and GHES
- Our custom actions are versioned
Attachments