Skip to content

Commit

Permalink
Add Nuget api in Develop ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Oct 4, 2023
1 parent e5609b0 commit 0a658dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ jobs:
run: ./build/build.cmd --root ./build
env:
GitHubToken: ${{ secrets.GITHUB_TOKEN }}

NugetApiUrl: ${{ secrets.NUGET_API_URL }}
NugetApiKey: ${{ secrets.NUGET_API_KEY }}

SignFile: ${{ secrets.SIGN_FILE }}
SignPassword: ${{ secrets.SIGN_PASSWORD }}

0 comments on commit 0a658dd

Please sign in to comment.