europa: fix nixpkgs-review token env var
This commit is contained in:
parent
09a9fb5036
commit
da2a9d37d1
@ -141,7 +141,7 @@ in {
|
|||||||
shellAliases = {
|
shellAliases = {
|
||||||
"gh" = "op plugin run -- gh";
|
"gh" = "op plugin run -- gh";
|
||||||
"nixpkgs-review" =
|
"nixpkgs-review" =
|
||||||
"env GH_AUTH_TOKEN=$(op item get nixpkgs-review --field token) nixpkgs-review";
|
"env GITHUB_TOKEN==$(op item get nixpkgs-review --field token) nixpkgs-review";
|
||||||
"godeps" =
|
"godeps" =
|
||||||
"go list -m -f '{{if not (or .Indirect .Main)}}{{.Path}}{{end}}' all";
|
"go list -m -f '{{if not (or .Indirect .Main)}}{{.Path}}{{end}}' all";
|
||||||
"mutt" = "neomutt -F /etc/neomuttrc";
|
"mutt" = "neomutt -F /etc/neomuttrc";
|
||||||
|
Loading…
Reference in New Issue
Block a user