deinstapel / eks-rolling-update

EKS Rolling Update is a utility for updating the launch configuration of worker nodes in an EKS cluster.
Apache License 2.0
3 stars 4 forks source link

GitHub actions from forks will currently fail #10

Open Jasper-Ben opened 1 year ago

Jasper-Ben commented 1 year ago

Creating a PR from a fork will currently fail in github actions. This is due to the github.actor being unauthorized to push to the container registry. As we manually approve PRs as safe before running github actions, we should use a dedicated bot account with PAT instead.