Skip to content

Commit

Permalink
Update dotnet-pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr authored Aug 5, 2024
1 parent fa6de06 commit d7beeee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
git-token: ${{ secrets.GITHUB_TOKEN }}
git-username: dgmjr
git-nuget-endpoint: ${{ vars.GIT_NUGET_ENDPOINT }}
private-nuget-endpoint: ${{ vars.PROGET_ENDPOINT_URL }}
private-nuget-api-key: ${{ secrets.PROGET_API_KEY }}
private-nuget-endpoint: ${{ vars.FAGET_ENDPOINT }}
private-nuget-api-key: ${{ secrets.FAGET_API_KEY }}
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
repo: dgmjr-io/NuGetPush
project-file-path: NuGetPush.nuproj
Expand All @@ -44,8 +44,8 @@ jobs:
git-token: ${{ secrets.GITHUB_TOKEN }}
git-username: dgmjr
git-nuget-endpoint: ${{ vars.GIT_NUGET_ENDPOINT }}
private-nuget-endpoint: ${{ vars.PROGET_ENDPOINT_URL }}
private-nuget-api-key: ${{ secrets.PROGET_API_KEY }}
private-nuget-endpoint: ${{ vars.FAGET_ENDPOINT }}
private-nuget-api-key: ${{ secrets.FAGET_API_KEY }}
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
repo: dgmjr-io/NuGetPush
project-file-path: NuGetPush.nuproj
Expand Down

0 comments on commit d7beeee

Please sign in to comment.