Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 04c76bc

Browse files
authored
adds neosync api url to readme (#6)
1 parent b2b9b12 commit 04c76bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
uses: nucleuscloud/setup-neosync-cli-action@v1
3737
- name: Whoami
3838
run: neosync whoami
39+
env:
40+
NEOSYNC_API_URL: <url>
3941
```
4042
4143
#### Download Neosync CLI at a specific version
@@ -57,6 +59,8 @@ jobs:
5759
version: v0.0.18
5860
- name: Whoami
5961
run: neosync whoami
62+
env:
63+
NEOSYNC_API_URL: <url>
6064
```
6165
6266
#### Provide a Neosync API Key
@@ -77,6 +81,7 @@ jobs:
7781
- name: Whoami
7882
run: neosync whoami
7983
env:
84+
NEOSYNC_API_URL: <url>
8085
NEOSYNC_API_KEY: ${{ secrets.NEOSYNC_API_KEY }}
8186
```
8287

0 commit comments

Comments
 (0)