feat: use separate repo for secrets.
This commit is contained in:
parent
7acedb3017
commit
992b689bbf
46 changed files with 121 additions and 365 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
{inputs, ...}: {
|
||||
age = {
|
||||
secrets = {
|
||||
forgejo-runner-token = {
|
||||
file = ../../../../secrets/forgejo-runner-token.age;
|
||||
file = "${inputs.secrets}/secrets/forgejo-runner-token.age";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue