Skip to content

Commit fe992eb

Browse files
committed
Fix envvar name used for Wolfram Alpha API key
1 parent ed429f7 commit fe992eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo ${OWM_KEY} > ~/.local/share/neon/owm.txt
4040
echo ${GENERIC_CONTROLLER_CONFIG} > ~/.local/share/neon/credentials.json
4141
env:
42-
WOLFRAM_ID: ${{secrets.wolfram_id}}
42+
WOLFRAM_APP_ID: ${{secrets.wolfram_id}}
4343
AV_API_KEY: ${{secrets.alpha_vantage_key}}
4444
OWM_KEY: ${{secrets.open_weather_map_key}}
4545
GENERIC_CONTROLLER_CONFIG: ${{secrets.generic_controller_config}}
@@ -104,4 +104,4 @@ jobs:
104104
uses: actions/upload-artifact@v4
105105
with:
106106
name: generic-controller-test-results-${{matrix.python-version}}
107-
path: tests/generic-controller-test-results.xml
107+
path: tests/generic-controller-test-results.xml

0 commit comments

Comments
 (0)