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.
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.