updating the gitlab api key and project refernce. fixes #4
This commit is contained in:
parent
7936e27b8a
commit
d5377584f7
@ -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