Skip to content

Commit

Permalink
Update secret name to publish dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou authored Jan 30, 2024
1 parent b2214c7 commit 0279710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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
Expand Down

0 comments on commit 0279710

Please sign in to comment.