Skip to content

Commit 5de085f

Browse files
matawedMarkus Tauchnitz
andauthored
fix(env): add DBUS env var to enable accessing token in keyring (#1084)
Co-authored-by: Markus Tauchnitz <[email protected]>
1 parent e122af3 commit 5de085f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/octo/gh/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ local env_vars = {
2727
https_proxy = vim.env["https_proxy"],
2828
no_proxy = vim.env["no_proxy"],
2929
SSH_AUTH_SOCK = vim.env["SSH_AUTH_SOCK"],
30+
DBUS_SESSION_BUS_ADDRESS = vim.env["DBUS_SESSION_BUS_ADDRESS"],
3031
}
3132

3233
local function get_env()

0 commit comments

Comments
 (0)