gh/workflows/release-tests: add LoRaWAN parameters as env variables
This commit is contained in:
parent
f4b27d8702
commit
6a69686237
6
.github/workflows/release-test.yml
vendored
6
.github/workflows/release-test.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user