Skip to content

What's the best way to get environment variables and secrets to the runner? #509

Answered by kichik
4dahalibut asked this question in Q&A
Discussion options

You must be logged in to vote
const builder = FargateRunnerProvider.imageBuilder(stack, 'builder');
builder.addComponent(RunnerImageComponent.environmentVariables({
  HELLO: 'WORLD',
});

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kichik
Comment options

@kichik
Comment options

Answer selected by kichik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants