Skip to content

Commit

Permalink
Put nuget credentials back into workflows;
Browse files Browse the repository at this point in the history
  • Loading branch information
onepiecefreak3 committed Jan 6, 2025
1 parent 0b25e24 commit 36edcd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kanvas_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Setup NuGet sources
run: |
dotnet nuget add source https://nuget.pkg.github.com/FanTranslatorsInternational/index.json --name Kuriimu2
dotnet nuget add source https://nuget.pkg.github.com/FanTranslatorsInternational/index.json --name Kuriimu2 --username onepiecefreak3 --password ${{ secrets.NUGET_UPDATE }}
- name: Build Nuget
run: dotnet build ./src/lib/Kanvas/Kanvas.csproj --configuration Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kompression_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Setup NuGet sources
run: |
dotnet nuget add source https://nuget.pkg.github.com/FanTranslatorsInternational/index.json --name Kuriimu2
dotnet nuget add source https://nuget.pkg.github.com/FanTranslatorsInternational/index.json --name Kuriimu2 --username onepiecefreak3 --password ${{ secrets.NUGET_UPDATE }}
- name: Build Nuget
run: dotnet build ./src/lib/Kompression/Kompression.csproj --configuration Release
Expand Down

0 comments on commit 36edcd0

Please sign in to comment.