test/print_secret.py

4 lines
38 B
Python

import os
print(os.getenv('SECRET'))