diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..35f1411 --- /dev/null +++ b/.env.example @@ -0,0 +1,2 @@ +PULUMI_ACCESS_TOKEN=your-pulumi-access-token +PULUMI_STACK=your-pulumi-stack diff --git a/.gitignore b/.gitignore index a2442bb..9945432 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ coverage/ -coverage.lcov \ No newline at end of file +coverage.lcov +.env \ No newline at end of file