fix: added ability to use github action token when commenting on PR

This commit is contained in:
Anmol Singh
2023-02-26 01:52:51 +05:30
parent 8bd25d079c
commit 3b5a864a2b
4 changed files with 5 additions and 3 deletions

View File

@@ -47,3 +47,4 @@ class EnvironmentManager:
DEBUG_LOGGING = getenv("INPUT_DEBUG_LOGGING", "0").lower() in _TRUTHY
DEBUG_RUN = getenv("DEBUG_RUN", "False").lower() in _TRUTHY
PR_NUMBER = getenv("PR_NUMBER", "")
CURRENT_GITHUB_ACTION_TOKEN = getenv("CURRENT_GITHUB_ACTION_TOKEN", "")