def _add_headers()

in yum/artifact-registry.py [0:0]


def _add_headers(token, repo):
  repo.http_headers.update(
     {'Authorization': 'Bearer %s' % token})