Skip to content

Commit

Permalink
Fix rnasum rerun lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Nov 17, 2024
1 parent c92c7dd commit 79a0543
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ export class RnasumIcav2PipelineManagerStack extends cdk.Stack {
hostnameSsmParameterObj.parameterName
);
rerunWithDataSet.addEnvironment('ORCABUS_TOKEN_SECRET_ID', orcabusTokenSecretObj.secretName);
rerunWithDataSet.addEnvironment('EVENT_BUS_NAME', this.eventBusObj.eventBusName);

/* Add permissions */
hostnameSsmParameterObj.grantRead(rerunWithDataSet);
Expand Down

0 comments on commit 79a0543

Please sign in to comment.