Dmitry Nefedov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
Scripts/cloc.ps1
|
|
@ -1,11 +1,9 @@ |
|
|
|
# Download cloc |
|
|
|
# https://github.com/AlDanial/cloc |
|
|
|
|
|
|
|
$Token = ConvertTo-SecureString '${{ secrets.GITHUB_TOKEN }}' -AsPlainText |
|
|
|
$Parameters = @{ |
|
|
|
Uri = "https://api.github.com/repos/AlDanial/cloc/releases/latest" |
|
|
|
Token = $Token |
|
|
|
Authentication = "Bearer" |
|
|
|
Authentication = "Bearer ${{ secrets.GITHUB_TOKEN }}" |
|
|
|
UseBasicParsing = $true |
|
|
|
Verbose = $true |
|
|
|
} |
|
|
|