updating the gitlab api key and project refernce. fixes #4
This commit is contained in:
parent
0b2ea63f62
commit
fe7909e307
@ -12,7 +12,7 @@ def create_issue(title, description):
|
||||
headers = {"PRIVATE-TOKEN": os.getenv("gitlab_token")}
|
||||
|
||||
r = requests.post(
|
||||
"https://git.luker.gq/api/v4/projects/1/issues", data=post_args, headers=headers
|
||||
"https://git.luker.gq/api/v4/projects/3/issues", data=post_args, headers=headers
|
||||
)
|
||||
|
||||
return r.json()["web_url"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user