We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ba1ec commit 2aa1efdCopy full SHA for 2aa1efd
.github/workflows/build.yml
@@ -26,11 +26,12 @@ jobs:
26
with:
27
files: 'appsettings.json'
28
env:
29
- ConnectionString: ${{ secrets.DATABASE_CONNECTION }}
+ PackageApiUrl: "${{ secrets.PAKKET_URL }}"
30
+ LocationApiUrl: "${{ secrets.LOCATIE_URL }}"
31
32
- uses: actions/checkout@v2
33
- name: Setup dotnet
34
uses: actions/setup-dotnet@v1
35
36
dotnet-version: ${{ matrix.dotnet }}
- - run: dotnet build PakketService.csproj
37
+ - run: dotnet build PakketService.csproj
0 commit comments