CI/CD test
Some checks failed
Deploy bot / build-deploy (push) Has been cancelled

This commit is contained in:
Dmitry
2025-11-27 15:40:19 +03:00
parent 064543f415
commit 4ff0bdb2d7
2 changed files with 47 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ from trilium_py.client import ETAPI
load_dotenv()
# test
TELEGRAM_TOKEN = os.getenv("TELEGRAM_TOKEN")
TRILIUM_URL = os.getenv("TRILIUM_URL")
TRILIUM_TOKEN = os.getenv("TRILIUM_TOKEN")