Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
schpet committed Jan 15, 2025
1 parent 01b78c3 commit 1f9a321
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ LINEAR_WORKSPACE="your-company" # your linear.app workspace url slug
add to ~/.bashrc:

```sh
# secrets! make sure this file isn't shared online
export LINEAR_API_KEY="lin_api_..."
export LINEAR_WORKSPACE="your-company"
```
Expand All @@ -67,6 +68,7 @@ export LINEAR_WORKSPACE="your-company"
add to ~/.zshrc:

```sh
# secrets! make sure this file isn't shared online
export LINEAR_API_KEY="lin_api_..."
export LINEAR_WORKSPACE="your-company"
```
Expand All @@ -79,6 +81,7 @@ export LINEAR_WORKSPACE="your-company"
run in terminal:

```sh
# secrets! make sure ~/.config/fish/fish_variables isn't shared online
set -Ux LINEAR_API_KEY "lin_api_..."
set -Ux LINEAR_WORKSPACE "your-company"
```
Expand Down

0 comments on commit 1f9a321

Please sign in to comment.