3 lines
75 B
Python
3 lines
75 B
Python
import os
|
|
|
|
GITHUB_WEBHOOK_SECRET = os.environ.get("GITHUB_WEBHOOK_SECRET")
|