From db25e852a6b5e952da42ce1203e02c12163a7751 Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Wed, 28 Jan 2026 23:33:45 +0100 Subject: [PATCH] Add NuGet source for GitHub Packages --- .github/workflows/push_dev.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push_dev.yml b/.github/workflows/push_dev.yml index 9571242..c9f6463 100644 --- a/.github/workflows/push_dev.yml +++ b/.github/workflows/push_dev.yml @@ -18,5 +18,7 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: 10.0.x + - name: Add source + run: dotnet nuget add source --username TimetableDesigner --password ${{secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/TimetableDesigner/index.json" - name: Build - run: dotnet build \ No newline at end of file + run: dotnet build