Hi ,
I want to start a playbook in Ansible tower when I have a merge but is not working.
I use webhook with my URL and I add the Bearer token in secret field , for exemple :
Name : test-webhook
UR: https://test-url.mydomaine.com/api/v2/job_templates/260/launch
Secret: Authorization: Bearer $mytoken
But I receive a 401 :
{"detail":"Authentication credentials were not provided. To establish a login session, visit /api/login/."}
Do you have an idea ?