Commit Graph
4 Commits
Author SHA1 Message Date
jdevega aca9a5a7dc docs: add copilot recreation spec
ci / verify (push) Failing after 1m40s
ci / publish (push) Skipped
2026-09-16 11:09:56 +02:00
jdevega 953523e40a ci: use DEPLOY_TOKEN secret (GITEA_ prefix is reserved)
ci / verify (push) Successful in 4m3s
ci / publish (push) Failing after 47s
Gitea forbids secret names starting with GITEA_; map the DEPLOY_TOKEN
secret to the GITEA_TOKEN env var consumed by publish.sh.
2026-09-15 20:34:56 +02:00
jdevega cc8e9a23b3 ci: bump actions to v7 and add package-lock.json
ci / verify (push) Failing after 7m58s
ci / publish (push) Skipped
setup-node with cache: npm requires a lock file; the initial run
failed with 'Dependencies lock file is not found'. Committing the
generated package-lock.json and updating checkout/setup-node to the
latest v7 major (node24 runtime; requires act_runner >= 0.2.13).
2026-09-15 20:31:30 +02:00
jdevega 59cacfdfab feat: scaffold deployment-policies monorepo
ci / verify (push) Failing after 10m57s
ci / publish (push) Skipped
OPA/Rego deployment gateway policies: 5 rules (valid-environment,
require-approvals, no-self-approval, block-weekends, freeze-window),
a deploy-gate combining them, JSON schemas, scenario-driven tests,
Gitea Actions CI (verify + publish to generic registry), changesets
versioning, Makefile and scripts.
2026-09-15 19:05:03 +02:00