Skip to content

Commit 6d439cf

Browse files
committed
fix: Update getToken alias to use 'gh auth token' command
1 parent 3c06f22 commit 6d439cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/setRepoProperties.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ curl -L -s -H "Authorization: Bearer {token}" -X PATCH https://api.github.com/re
99
'@
1010

1111
Set-MyInvokeCommandAlias -Alias SetRepoProperty -Command $cmd
12-
Set-MyInvokeCommandAlias -Alias getToken -Command "Get-UserToken"
12+
Set-MyInvokeCommandAlias -Alias getToken -Command "gh auth token"
1313

1414
<#
1515
.SYNOPSIS

0 commit comments

Comments
 (0)