Skip to content

ci: Use https:// transport and access token to push perf notes

Ben Gamari requested to merge wip/fix-perf-notes into master

Previously we would push perf notes using a standard user and SSH key-based authentication. However, configuring SSH is unnecessarily fiddling. We now rather use HTTPS and a project access token.

Merge request reports