Skip to content

Commit

Permalink
Update build-dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimeEagle authored Dec 7, 2023
1 parent a19c3ea commit bcf9630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
$uri = "https://api.github.com/repos/PrimeEagle/${{ secrets.DOTNET_SOLUTION }}/releases"
$headers = @{
Authorization = "Bearer ${{ secrets.GITHUB_TOKEN }}"
Authorization = "Bearer ${{ secrets.BUILD_TOKEN }}"
Accept = "application/vnd.github.v3+json"
}
$body = @{
Expand Down

0 comments on commit bcf9630

Please sign in to comment.