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 e0e6d43 commit f10d0dfCopy full SHA for f10d0df
ci/praktika/secret.py
@@ -27,7 +27,7 @@ def get_value(self):
27
return self.get_aws_ssm_var()
28
if self.type == Secret.Type.AWS_SSM_SECRET:
29
return self.get_aws_ssm_secret()
30
- elif self.type == Secret.Type.GH_SECRET:
+ elif self.type in (Secret.Type.GH_SECRET, Secret.Type.GH_VAR):
31
return self.get_gh_secret()
32
else:
33
assert False, f"Not supported secret type, secret [{self}]"
0 commit comments