We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03d2b0 commit 8c96f0cCopy full SHA for 8c96f0c
scripts/trigger_pipelines.py
@@ -14,7 +14,7 @@ def __init__(self):
14
self.client_id = os.environ["AZ_CLIENT_ID"]
15
self.client_secret = os.environ["AZ_CLIENT_SECRET"]
16
self.client_tenant = os.environ["AZ_CLIENT_TENANT"]
17
- self.token = self._get_access_token()
+ self.access_token = self._get_access_token()
18
self.notify_commit_sha = os.environ["NOTIFY_COMMIT_SHA"]
19
self.utils_pr_number = os.environ["UTILS_PR_NUMBER"]
20
self.notify_github_repo = "NHSDigital/api-management-utils"
0 commit comments