• Update a different repository using a github action

    2 min read

    github update repository commit checkout

    When building an application we might like to update a different repository to update the app's versions number. For example, if we build a docker containter using a github action we might want to update the tag on the helm repository. This is by default restricted: a github action only has access to it's own repository but we can create a PAT to workaround this problem

    29/10/2021

    Read more...

From pet to cattle
Treat your kubernetes clusters like cattle, not pets