Add command to distribute GitHub workflows.

Closes #96
This commit is contained in:
Mark Paluch
2024-09-02 15:11:56 +02:00
parent b2a57fc45d
commit 9ef357bb35
7 changed files with 129 additions and 21 deletions

View File

@@ -223,6 +223,15 @@ To distribute `ci/pipeline.properties` from Spring Data Build across all modules
$ infra distribute ci-properties $trainIteration
----
===== GitHub Workflow Distribution
To distribute `.github/workflows/project.yml` from Spring Data Build across all modules:
----
$ infra distribute gh-workflow $trainIteration
----
Note that your GitHub token to authenticate against GitHub must have the `workflow` permission.
===== Broken Link Report