diff --git a/cmd/copilot/main.go b/cmd/copilot/main.go index e7706da9f628df415a81770a34791f11f689544e..202432c1e378d53ae48aa71e1fc25d0a2efc705d 100644 --- a/cmd/copilot/main.go +++ b/cmd/copilot/main.go @@ -249,6 +249,9 @@ func tokenFromDisk() string { if app, ok := content["github.com:Iv1.b507a08c87ecfe98"]; ok { return app.OAuthToken } + if app, ok := content["github.com:Iv1.b507a08c87ecfe98:zed"]; ok { + return app.OAuthToken + } return "" }