From 1fe10c4c4ff80f8f94120d88ffe801669649699b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 7 Jul 2024 09:06:00 -0500 Subject: [PATCH] update --- .config/powershell/Microsoft.PowerShell_profile.ps1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.config/powershell/Microsoft.PowerShell_profile.ps1 b/.config/powershell/Microsoft.PowerShell_profile.ps1 index c8bec55..d767252 100644 --- a/.config/powershell/Microsoft.PowerShell_profile.ps1 +++ b/.config/powershell/Microsoft.PowerShell_profile.ps1 @@ -30,6 +30,14 @@ $tokens = @( name = "GITLAB_TOKEN" value = "cli-gitlab" } + @{ + name = "GITHUB_TOKEN" + value = "cli-github" + } + @{ + name = "GITEA_TOKEN" + value = "cli-gitea" + } ) function unlockbw