Move github token to global nix options.
This commit is contained in:
@@ -8,4 +8,9 @@
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
# TODO: this should be a secret, maybe
|
||||
nix.extraOptions = ''
|
||||
access-tokens = github.com=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
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user