Add homelab Gitea Actions CI (generic) #1

Merged
ilia merged 14 commits from ci/bootstrap-gitea-actions-node into master 2026-05-29 21:46:20 -05:00
Showing only changes of commit 687ad2ac0e - Show all commits
+6 -2
View File
@@ -1,5 +1,5 @@
---
# ci-sync: 2026-05-30T01:30:40Z
# ci-sync: 2026-05-30T02:19:40Z
# Homelab CI — Node/pages lane (git-ci-01) + secret scan (git-ci-02)
name: CI
@@ -85,5 +85,9 @@ jobs:
fetch-depth: 0
- name: Gitleaks
run: |
extra=""
if [ -f .gitleaks.toml ]; then
extra="--config /repo/.gitleaks.toml"
fi
docker run --rm -v "$PWD:/repo" ghcr.io/gitleaks/gitleaks:latest \
detect --source /repo --no-banner --redact
detect --source /repo --no-banner --redact ${extra}