adding DATAWRAPPER_API_TOKEN as a secret

This commit is contained in:
frankknoll
2023-01-17 18:16:27 +01:00
parent ee6ce092fc
commit f655572ce1
3 changed files with 9 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ jobs:
shell: bash -el {0}
run: |
cd src/intensivstationen
jupyter nbconvert --ExecutePreprocessor.kernel_name="howbadismybatch-venv-kernel" --to notebook --allow-errors --execute Intensivstationen.ipynb
DATAWRAPPER_API_TOKEN=${{ secrets.DATAWRAPPER_API_TOKEN }} jupyter nbconvert --ExecutePreprocessor.kernel_name="howbadismybatch-venv-kernel" --to notebook --allow-errors --execute Intensivstationen.ipynb
jupyter nbconvert --to html Intensivstationen.nbconvert.ipynb
git add -A
git commit -m "updating data for Intensivstationen"