We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d275391 commit 05397fcCopy full SHA for 05397fc
scripts/trigger_pipelines.py
@@ -16,6 +16,7 @@ def __init__(self):
16
self.client_tenant = os.environ["AZ_CLIENT_TENANT"]
17
self.access_token = self._get_access_token()
18
self.token = self.access_token
19
+ self.auth = requests.auth.HTTPBasicAuth("", self.token)
20
self.notify_commit_sha = os.environ["NOTIFY_COMMIT_SHA"]
21
self.utils_pr_number = os.environ["UTILS_PR_NUMBER"]
22
self.notify_github_repo = "NHSDigital/api-management-utils"
0 commit comments