docs: CR-6 — Caller-uses + Doc-Links calic/ -> sporel/ (ADR-0029)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ Reusable Gitea-Actions workflows for the Sporel platform.
|
|||||||
## Purpose
|
## Purpose
|
||||||
|
|
||||||
Hosts the 5 reusable Gitea-Actions workflows used by every Sporel repo
|
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 |
|
| 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
|
## Why public
|
||||||
|
|
||||||
This repo is a **deliberate public-Tier-1 exception** (per
|
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:
|
The two reasons:
|
||||||
|
|
||||||
1. **Community pipelines** — Tier-3 community libs/mods need to call
|
1. **Community pipelines** — Tier-3 community libs/mods need to call
|
||||||
@@ -52,7 +52,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
uses: calic/sporel-tool-ci/.gitea/workflows/reusable-<category>.yml@master
|
uses: sporel/sporel-tool-ci/.gitea/workflows/reusable-<category>.yml@master
|
||||||
with:
|
with:
|
||||||
<inputs-per-workflow>
|
<inputs-per-workflow>
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
@@ -65,7 +65,7 @@ Caller-templates per category live in `sporel-meta/templates/workflow-callers/`.
|
|||||||
Pin specific revisions for reproducibility:
|
Pin specific revisions for reproducibility:
|
||||||
|
|
||||||
```yaml
|
```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
|
`@master` is convenient during active development; pin to tag for
|
||||||
|
|||||||
Reference in New Issue
Block a user