Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
komalali committed Nov 3, 2022
1 parent 2705f8e commit c0a3b3d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions deployment-drivers/nodejs/typescript-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ A deployment in the pulumi service runs on an isolated, single use deployment ru

The driver expects a set of common environment variables to be exported in the shell you run your program. You'll need to collect:

1. `PULUMI_ACCESS_TOKEN`: [pulumi access token ](https://www.pulumi.com/docs/intro/pulumi-service/accounts/#creating-access-tokens)
2. `GITHUB_ACCESS_TOKEN`: [GitHub PAT](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) (This PAT needs `repo` scope).
3. AWS Credentials for examples that create cloud resources (`AWS_ACCESS_KEY`, etc).
4. `ORG_NAME`: set this variable to your pulumi username or organization name that contains your stack
5. `STACK_NAME`: defaults to `dev`
1. `PULUMI_ACCESS_TOKEN`: [pulumi access token](https://www.pulumi.com/docs/intro/pulumi-service/accounts/#creating-access-tokens)
2. AWS Credentials for examples that create cloud resources (`AWS_ACCESS_KEY`, etc).
3. `ORG_NAME`: set this variable to your pulumi username or organization name that contains your stack
4. `STACK_NAME`: defaults to `dev`

## Running the program

Expand All @@ -36,7 +35,6 @@ $ pulumi stack init dev
# from /typescript-driver
$ yarn install
$ export PULUMI_ACCESS_TOKEN=...
$ export GITHUB_ACCESS_TOKEN=...
$ export ORG_NAME=...
$ # splat your AWS creds into env vars
$ yarn start
Expand Down

0 comments on commit c0a3b3d

Please sign in to comment.