mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
chore: update secret more robustly
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
This commit is contained in:
parent
e2867f3a19
commit
c520a8658f
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class AWSSecretsManagerProvider(SecretProvider):
|
|||
|
||||
def store_secret(self, secret_name: str, secret_value: str):
|
||||
try:
|
||||
self.client.update_secret(
|
||||
self.client.put_secret_value(
|
||||
SecretId=secret_name,
|
||||
SecretString=secret_value
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue