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
6 additions and
0 deletions
-
.github/workflows/Sophia.yml
|
|
@ -51,8 +51,14 @@ jobs: |
|
|
|
id: read_release |
|
|
|
run: | |
|
|
|
# Get a penultimate build tag |
|
|
|
$Token = "${{ secrets.GITHUB_TOKEN }}" |
|
|
|
$Headers = @{ |
|
|
|
Accept = "application/json" |
|
|
|
Authorization = "Bearer $Token" |
|
|
|
} |
|
|
|
$Parameters = @{ |
|
|
|
Uri = "https://api.github.com/repos/farag2/Sophia-Script-for-Windows/releases" |
|
|
|
Headers = $Headers |
|
|
|
UseBasicParsing = $true |
|
|
|
Verbose = $true |
|
|
|
} |
|
|
|