diff --git a/.github/workflows/push-hostinger.yml b/.github/workflows/push-hostinger.yml index 2f7802d..ed9ccef 100644 --- a/.github/workflows/push-hostinger.yml +++ b/.github/workflows/push-hostinger.yml @@ -22,6 +22,9 @@ jobs: with: dotnet-version: '8.0.x' + - name: Add sources + run: dotnet nuget add source --username GIT_USERNAME --password ${{ secrets.GIT_PACKAGES_TOKEN }} --store-password-in-clear-text --name Monambike GitHub "https://nuget.pkg.github.com/monambike/index.json" + - name: Restore dependencies run: dotnet restore src/Monambike.Website.sln