Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKrotos authored Oct 8, 2024
1 parent dac2a77 commit e1607ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: |
$repoName = "${{ github.repository }}".Split('/')[1]
$content = Get-Content -Path "D:\a\$repoName\$repoName\VK UI3\StaticParams.cs"
$updatedContent = $content -replace 'Environment.GetEnvironmentVariable\("TOKEN_STAT_SLY"\)', "${{ secrets.TOKEN_STAT_SLY }};"
$updatedContent = $content -replace 'Environment.GetEnvironmentVariable\("TOKEN_STAT_SLY"\)', "${{ secrets.TOKEN_STAT_SLY }}"
Set-Content -Path "D:\a\$repoName\$repoName\VK UI3\StaticParams.cs" -Value $updatedContent
Expand Down

0 comments on commit e1607ae

Please sign in to comment.