Skip to content

Commit 2aa1efd

Browse files
authored
Update build.yml
1 parent 89ba1ec commit 2aa1efd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ jobs:
2626
with:
2727
files: 'appsettings.json'
2828
env:
29-
ConnectionString: ${{ secrets.DATABASE_CONNECTION }}
29+
PackageApiUrl: "${{ secrets.PAKKET_URL }}"
30+
LocationApiUrl: "${{ secrets.LOCATIE_URL }}"
3031

3132
- uses: actions/checkout@v2
3233
- name: Setup dotnet
3334
uses: actions/setup-dotnet@v1
3435
with:
3536
dotnet-version: ${{ matrix.dotnet }}
36-
- run: dotnet build PakketService.csproj
37+
- run: dotnet build PakketService.csproj

0 commit comments

Comments
 (0)