Skip to content

Commit

Permalink
adds neosync api url to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Dec 4, 2023
1 parent b2b9b12 commit e84ea3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
uses: nucleuscloud/setup-neosync-cli-action@v1
- name: Whoami
run: neosync whoami
env:
NEOSYNC_API_URL: <url>
```
#### Download Neosync CLI at a specific version
Expand All @@ -57,6 +59,8 @@ jobs:
version: v0.0.18
- name: Whoami
run: neosync whoami
env:
NEOSYNC_API_URL: <url>
```
#### Provide a Neosync API Key
Expand All @@ -77,6 +81,7 @@ jobs:
- name: Whoami
run: neosync whoami
env:
NEOSYNC_API_URL: <url>
NEOSYNC_API_KEY: ${{ secrets.NEOSYNC_API_KEY }}
```
Expand Down

0 comments on commit e84ea3c

Please sign in to comment.