gh/workflows/release-tests: add LoRaWAN parameters as env variables

This commit is contained in:
Jose Alamos 2021-01-14 23:00:20 +01:00
parent f4b27d8702
commit 6a69686237
No known key found for this signature in database
GPG Key ID: F483EB800EF89DD9

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