feat(onboarding): artifact ingest + classifier + suite-integration seams #138

Merged
sharang merged 6 commits from feat/onboarding-ingest-classify into main 2026-07-10 16:00:51 +00:00
Showing only changes of commit 1d346324c5 - Show all commits
+5 -4
View File
@@ -50,13 +50,14 @@ jobs:
RUSTC_WRAPPER: ""
# compliance-agent has a git dependency on tramiton-core (a private repo on
# this Gitea instance). Rewrite its SSH URL to HTTPS + a read token so the
# runner can fetch it. Requires a repo secret TRAMITON_FETCH_TOKEN — a
# Gitea PAT for a user with read access to sharang/tramiton.
# this Gitea instance). Rewrite its SSH URL to HTTPS + the ephemeral Actions
# token so the runner can fetch it — no PAT needed. This works because
# sharang/tramiton lists sharang as a Collaborative Owner (tramiton
# Settings → Actions), which lets this repo's Actions read tramiton.
- name: Configure git auth for private tramiton dependency
run: |
git config --global \
url."https://sharang:${{ secrets.TRAMITON_FETCH_TOKEN }}@gitea.meghsakha.com/".insteadOf \
url."https://gitea-actions:${{ github.token }}@gitea.meghsakha.com/".insteadOf \
"ssh://git@gitea.meghsakha.com:22222/"
env:
RUSTC_WRAPPER: ""