Skip to content

automatic-branch-cut: Remove check for `netrc_file` environment variable

Dduvall requested to merge main-I60c90f33e3a2d82df11b953131508fbbec47d477 into main

We can instead rely on the standard NETRC environment variable which
Python's requests lib supports. This change also obviates the need to
move a .netrc file into a temporary home directory.

Bug: T373441


Related MRs:

Edited by Dduvall

Merge request reports