Project shows how to make github action which may be executed from other repo.
This action takes a tag from other repo as parameter and uses it to update submodule (which is this other repo) and then create PR.
Other repo requires GH_TOKEN secret which is PAT with Action read-write permissions to this repo