1
Fork 0

feat: added the GITHUB_TOKEN session variable for the hub cli

This commit is contained in:
Matei Adriel 2020-04-10 15:00:22 +03:00
parent 1ea019bf23
commit 3242330db4
3 changed files with 8 additions and 1 deletions

View file

@ -1 +1 @@
secrets.nix:4bbdbaf5a1e73f35b556f2eeba1f002c99fd1314b10e7b214f79fa28a18afe04 secrets.nix:6ed694e976e5a97b17a3c1d7c913a0b5ed22faf1a150422f5aac136fce98f7e6

View 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.