Update release_drafter.py
This commit is contained in:
parent
76ca009d05
commit
96a1977368
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class ReleaseManager:
|
||||||
"""Validate all required environment variables are present."""
|
"""Validate all required environment variables are present."""
|
||||||
required_vars = {
|
required_vars = {
|
||||||
"FORGEJO_API_URL": os.getenv("INPUT_ENDPOINT"),
|
"FORGEJO_API_URL": os.getenv("INPUT_ENDPOINT"),
|
||||||
"REPO": os.getenv("INPUT_REPO")
|
"REPO": os.getenv("INPUT_REPO"),
|
||||||
"FORGEJO_TOKEN": os.getenv("INPUT_TOKEN"),
|
"FORGEJO_TOKEN": os.getenv("INPUT_TOKEN"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue