diff --git a/app/gitlab.py b/app/gitlab.py index 2425f2dd..501f6342 100755 --- a/app/gitlab.py +++ b/app/gitlab.py @@ -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"]