home: secrets: add github
ci/woodpecker/push/check Pipeline was successful Details

This commit is contained in:
Bruno BELANYI 2023-05-17 11:13:26 +00:00
parent c0a80c2503
commit b570cf227c
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -2,9 +2,8 @@
let
keys = import ../../keys;
# deadnix: skip
all = builtins.attrValues keys.users;
in
{
# Add secrets here
"github/token.age".publicKeys = all;
}