Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 471d917f8ba16540a5e491a428403f13a21ecea5
https://github.com/WebKit/WebKit/commit/471d917f8ba16540a5e491a428403f13a21ecea5
Author: Jonathan Bedard <[email protected]>
Date: 2025-12-08 (Mon, 08 Dec 2025)
Changed paths:
M Tools/CISupport/ews-build/events.py
M Tools/CISupport/ews-build/steps.py
Log Message:
-----------
[ews-build.webkit.org] Use Bearer over Basic auth
https://bugs.webkit.org/show_bug.cgi?id=303770
rdar://166082241
Reviewed by Aakash Jain.
* Tools/CISupport/ews-build/events.py:
(Events.sendDataToGitHub): Replace Basic auth with Bearer auth.
(GitHubEventHandlerNoEdits._get_commit_messages): Ditto.
(GitHubEventHandlerNoEdits._get_pr_files): Ditto.
* Tools/CISupport/ews-build/steps.py: Ditto.
(GitHubMixin.fetch_data_from_url_with_authentication_github):
Replace Basic auth with Bearer auth.
(GitHubMixin.add_label): Ditto.
(GitHubMixin.remove_labels): Ditto.
(GitHubMixin.comment_on_pr): Ditto.
(GitHubMixin.update_pr): Ditto.
Canonical link: https://commits.webkit.org/304111@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications