Skip to content

Commit

Permalink
Merge branch 'main' into feature/idp-510
Browse files Browse the repository at this point in the history
  • Loading branch information
heqianwang committed Feb 5, 2024
2 parents 9e9277f + b6226a4 commit 379f593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
dotnet-version: "6.0.x"
source-url: ${{ secrets.NUGET_DEV_SOURCE }}
env:
NUGET_AUTH_TOKEN: ${{secrets.WORKLEAP_NUGET_DEV_API_KEY}}
NUGET_AUTH_TOKEN: ${{ secrets.GSOFT_NUGET_API_KEY }}

- run: ./Build.ps1
shell: pwsh
env:
NUGET_SOURCE: ${{ secrets.NUGET_DEV_SOURCE }}
NUGET_API_KEY: ${{ secrets.WORKLEAP_NUGET_DEV_API_KEY }}
NUGET_API_KEY: ${{ secrets.GSOFT_NUGET_API_KEY }}

0 comments on commit 379f593

Please sign in to comment.