{% set vault_addr = 'https://vault.trez.wtf' %} {% set secrets_path = 'rinoa-docker/env' %} { "$schema": "../schemas/v2/index.json", "repos": [ { "type": "gitea", "token": "{{ vault_secrets['GITEA_SONARQUBE_BOT_GITEA_TOKEN'] }}", "url": "https://git.trez.wtf", "revisions": { "branches": [ "main", "*" ] } } ] }