Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit 37f7ff4

Browse files
committed
2 parents af1e4c1 + f4526cc commit 37f7ff4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/actions/dotnet-build-and-pack/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ inputs:
44
RIOT_GAMES_API_TOKEN: # id of input
55
description: 'Token used by the tests'
66
required: false
7+
LOL_USERNAME:
8+
description: 'Username for test account'
9+
required: false
10+
LOL_PASSWORD:
11+
description: 'Password of test account'
12+
required: false
713
runs:
814
using: "composite"
915
steps:

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
name: 'Build & Pack'
2929
with:
3030
RIOT_GAMES_API_TOKEN: ${{ secrets.RIOT_GAMES_API_TOKEN }}
31+
LOL_USERNAME: ${{ secrets.LOL_USERNAME }}
32+
LOL_PASSWORD: ${{ secrets.LOL_PASSWORD }}
3133

3234
nuget-org:
3335
name: 'NuGet.org'

0 commit comments

Comments
 (0)