Skip to content

Commit

Permalink
add basic instructions for creating an Access Token
Browse files Browse the repository at this point in the history
  • Loading branch information
Wassap124 committed Dec 8, 2024
1 parent 224077c commit c3e7211
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,19 @@ To start the app, run:
yarn install
yarn dev
```

# Authenticating to env0
In order to authenticate, you need to set the `ENV0_ACCESS_TOKEN` env variable to an env0 API Key.

to create one, enter the env0 UI:
1. Go to the Organization Menu
2. Then click on Settings to get to Organization Settings
3. Click on API Keys
4. Finally - click the Add API Key button

Now in the API Key creation form:
1. Name the API Key
2. Make sure the role is set to Organization Admin, and click Add Key
3. And copy the API Access Token

<!-- video here>i

0 comments on commit c3e7211

Please sign in to comment.