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