home: secrets: add github
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
c0a80c2503
commit
b570cf227c
BIN
home/secrets/github/token.age
Normal file
BIN
home/secrets/github/token.age
Normal file
Binary file not shown.
|
@ -2,9 +2,8 @@
|
||||||
let
|
let
|
||||||
keys = import ../../keys;
|
keys = import ../../keys;
|
||||||
|
|
||||||
# deadnix: skip
|
|
||||||
all = builtins.attrValues keys.users;
|
all = builtins.attrValues keys.users;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Add secrets here
|
"github/token.age".publicKeys = all;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue