Skip to content

Commit

Permalink
Add hint when trying to connect with api key
Browse files Browse the repository at this point in the history
  • Loading branch information
schustmi committed Nov 26, 2024
1 parent c6af690 commit 6c867af
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ export ZENML_STORE_URL=https://...
export ZENML_STORE_API_KEY=<API_KEY>
```

{% hint style="info" %}
You don't need to run `zenml login` after setting these two environment variables.
{% endhint %}

To see all the service accounts you've created and their API keys, use the following commands:

```bash
Expand Down

0 comments on commit 6c867af

Please sign in to comment.