this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 7ac3e496d636e72486ba1be26f25da9745877472 21 lines 467 B view raw
1interval: "10m" 2ageKeyPath: "keys/key.txt" 3statePath: ".nox-state.json" 4defaultRepo: git@github.com:ShorkBytes/nox-secrets.git 5secrets: 6 - encrypted: "secrets/prod.env.age" 7 output: "secrets/prod.env" 8 9apps: 10 debug: 11 branch: main 12 files: 13 - path: debug/debug.age 14 output: ./secrets/.env 15 16 debug2: 17 branch: main 18 repo: git@github.com:ShorkBytes/nox-secrets.git 19 files: 20 - path: debug/debug.age 21 output: ./secrets/debug2.env