We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c06f22 commit 6d439cfCopy full SHA for 6d439cf
1 file changed
public/setRepoProperties.ps1
@@ -9,7 +9,7 @@ curl -L -s -H "Authorization: Bearer {token}" -X PATCH https://api.github.com/re
9
'@
10
11
Set-MyInvokeCommandAlias -Alias SetRepoProperty -Command $cmd
12
-Set-MyInvokeCommandAlias -Alias getToken -Command "Get-UserToken"
+Set-MyInvokeCommandAlias -Alias getToken -Command "gh auth token"
13
14
<#
15
.SYNOPSIS
0 commit comments