1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00

Merge pull request #15775 from jia200x/pr/wfs/lw_params

gh/workflows/release-tests: add LoRaWAN parameters as env variables
This commit is contained in:
Martine Lenders 2021-01-14 23:08:06 +01:00 committed by GitHub
commit bb1a3470d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,12 @@ jobs:
LORAWAN_NWK_SKEY="${{ secrets.CI_TTN_NWKSKEY_ABP }}" \
LORAWAN_APP_SKEY="${{ secrets.CI_TTN_APPSKEY_ABP }}" \
LORAWAN_DL_KEY="${{ secrets.CI_TTN_APPID_KEY }}" \
LORAWAN_DEV_EUI="009E40529364FBE6" \
LORAWAN_APP_EUI="70B3D57ED003B26A" \
LORAWAN_DEV_ADDR="26011EB0" \
TTN_APP_ID="11-lorawan" \
TTN_DEV_ID="riot_lorawan_1" \
TTN_DEV_ID_ABP="riot_lorawan_1_abp" \
RIOTBASE=${RIOTBASE} \
$(which tox) -- ${TOX_ARGS} -m "${{ matrix.pytest_mark }}"
- name: junit2html and XML deploy