diff --git a/forwardport/models/project.py b/forwardport/models/project.py index 32ac1cbf..d1ecfb2c 100644 --- a/forwardport/models/project.py +++ b/forwardport/models/project.py @@ -597,6 +597,7 @@ More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port 'repository': new_pr.repository.id, 'pull_request': new_pr.number, 'to_add': json.dumps(labels), + 'token_field': 'fp_github_token', }) # not great but we probably want to avoid the risk of the webhook # creating the PR from under us. There's still a "hole" between