feat: added the GITHUB_TOKEN session variable for the hub cli
This commit is contained in:
parent
1ea019bf23
commit
3242330db4
|
@ -1 +1 @@
|
|||
secrets.nix:4bbdbaf5a1e73f35b556f2eeba1f002c99fd1314b10e7b214f79fa28a18afe04
|
||||
secrets.nix:6ed694e976e5a97b17a3c1d7c913a0b5ed22faf1a150422f5aac136fce98f7e6
|
||||
|
|
7
modules/applications/sessionVariables.nix
Normal file
7
modules/applications/sessionVariables.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
with import ../../secrets.nix; {
|
||||
home-manager.users.brett.home.sessionVariables = {
|
||||
inherit GITHUB_TOKEN;
|
||||
GITHUB_USERNAME = "Mateiadrielrafael";
|
||||
};
|
||||
}
|
Binary file not shown.
Loading…
Reference in a new issue