diff --git a/README.md b/README.md index f1b7ed7..32b8e25 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Reusable Gitea-Actions workflows for the Sporel platform. ## Purpose Hosts the 5 reusable Gitea-Actions workflows used by every Sporel repo -per [ADR-0025](https://git.davoryn.de/calic/sporel-meta/src/branch/master/docs/adrs/0025-cicd-reusable-workflows.md): +per [ADR-0025](https://git.davoryn.de/sporel/sporel-meta/src/branch/master/docs/adrs/0025-cicd-reusable-workflows.md): | Workflow | Category (per ADR-0019) | Used by | |---|---|---| @@ -22,7 +22,7 @@ per [ADR-0025](https://git.davoryn.de/calic/sporel-meta/src/branch/master/docs/a ## Why public This repo is a **deliberate public-Tier-1 exception** (per -[`licensing-model.md`](https://git.davoryn.de/calic/sporel-meta/src/branch/master/docs/architecture/licensing-model.md)). +[`licensing-model.md`](https://git.davoryn.de/sporel/sporel-meta/src/branch/master/docs/architecture/licensing-model.md)). The two reasons: 1. **Community pipelines** — Tier-3 community libs/mods need to call @@ -52,7 +52,7 @@ on: jobs: ci: - uses: calic/sporel-tool-ci/.gitea/workflows/reusable-.yml@master + uses: sporel/sporel-tool-ci/.gitea/workflows/reusable-.yml@master with: secrets: inherit @@ -65,7 +65,7 @@ Caller-templates per category live in `sporel-meta/templates/workflow-callers/`. Pin specific revisions for reproducibility: ```yaml -uses: calic/sporel-tool-ci/.gitea/workflows/reusable-engine-launcher.yml@v0.1.0 +uses: sporel/sporel-tool-ci/.gitea/workflows/reusable-engine-launcher.yml@v0.1.0 ``` `@master` is convenient during active development; pin to tag for