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 b6c6a6c commit 1d29fcbCopy full SHA for 1d29fcb
.github/workflows/dotnet-build.yml
@@ -28,5 +28,7 @@ jobs:
28
uses: microsoft/variable-substitution@v1
29
with:
30
files: ./src/Steam.UnitTests/appsettings.json
31
+ env:
32
+ SteamWebApiKey: ${{ secrets.STEAM_WEB_API_KEY }}
33
- name: Test
34
run: dotnet test ./src --no-build --verbosity normal
0 commit comments