diff --git a/.github/workflows/CatalogAutomation.yml b/.github/workflows/CatalogAutomation.yml new file mode 100644 index 0000000..6abe478 --- /dev/null +++ b/.github/workflows/CatalogAutomation.yml @@ -0,0 +1,11 @@ +name: Catalog + +on: + push: + +permissions: + contents: write + +jobs: + catalog: + uses: sune-org/.github/.github/workflows/catalog.yml@main