init: seed framework reference content from agent-runtimes main repo
This commit is contained in:
18
harnesses/contexts/gitea-https/v1/harness.yaml
Normal file
18
harnesses/contexts/gitea-https/v1/harness.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
kind: context
|
||||
name: gitea-https
|
||||
version: 1
|
||||
description: "Gitea HTTPS: git credential helper + identity for token-based cloning and pushing"
|
||||
requires: []
|
||||
provides: [git-access]
|
||||
|
||||
git_identity:
|
||||
name: "agent-runtimes"
|
||||
email: "agent@oreillyit.nz"
|
||||
|
||||
scripts:
|
||||
init: "./init.sh"
|
||||
|
||||
secrets_files:
|
||||
- source: ./provider.sops.env
|
||||
target: /opt/harness/secrets/gitea-https/provider.sops.env
|
||||
encrypted: true
|
||||
Reference in New Issue
Block a user