Skip to content

Commit 1d29fcb

Browse files
committed
GitHub Actions
1 parent b6c6a6c commit 1d29fcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ jobs:
2828
uses: microsoft/variable-substitution@v1
2929
with:
3030
files: ./src/Steam.UnitTests/appsettings.json
31+
env:
32+
SteamWebApiKey: ${{ secrets.STEAM_WEB_API_KEY }}
3133
- name: Test
3234
run: dotnet test ./src --no-build --verbosity normal

0 commit comments

Comments
 (0)