We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f0da0 commit 9888231Copy full SHA for 9888231
cfg_mgmt/github.py
@@ -187,7 +187,7 @@ def rotate_cfg_element(
187
else:
188
logger.info(
189
'No secondary oAuth token provided for credential with username '
190
- f"'{credential.username}' of github-config '{cfg_to_rotate.name()}' "
+ f"'{credential.username()}' of github-config '{cfg_to_rotate.name()}' "
191
'- will not attempt rotation.'
192
)
193
except requests.exceptions.HTTPError as http_error:
0 commit comments