Skip to content

Commit

Permalink
chore: add imports to example.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikovirtala committed Oct 3, 2021
1 parent e38662f commit ff457a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ This is continuation to [`cdk-github-actions-runner`](https://github.com/nikovir
## Example

```ts
const app = new App();
import { App, Stack } from "@aws-cdk/core";
import { GithubActionsRunner } from "@cloudgardener/cdk-aws-fargate-github-runner";

const app = new App();
const stack = new Stack(app, "stack");

// Get GitHub token e.g. from SSM Parameter Store
Expand Down

0 comments on commit ff457a8

Please sign in to comment.