Skip to content

Commit 0cc327d

Browse files
authored
add overwrite param (#18)
1 parent 9b6553f commit 0cc327d

File tree

1 file changed

+1
-0
lines changed
  • libs/github/src/lib/useCases/storeTokenInSSMParamStore

1 file changed

+1
-0
lines changed

libs/github/src/lib/useCases/storeTokenInSSMParamStore/useCase.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export class StoreTokenInSSMParamStoreUseCase
4545
Name: path,
4646
Type: "SecureString",
4747
Value: token,
48+
Overwrite: true,
4849
};
4950
const command = new PutParameterCommand(input);
5051
const apiResponse = await client.send(command);

0 commit comments

Comments
 (0)