Skip to content

Commit ad30038

Browse files
committed
CH-240 fix workflows regression
1 parent 7f1d7b0 commit ad30038

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libraries/cloudharness-common/cloudharness/utils

libraries/cloudharness-common/cloudharness/utils/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def get_registry_name(cls):
7070

7171
@classmethod
7272
def get_registry_secret(cls):
73-
return cls.get_configuration()['registry']['secret']
73+
return cls.get_configuration()['registry']['secret']['name']
7474

7575
@classmethod
7676
def is_secured(cls):

0 commit comments

Comments
 (0)