Skip to content

Commit 42570b5

Browse files
committed
WIP
1 parent 9a3a2a9 commit 42570b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/EXPERIMENT.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,10 @@ jobs:
9090
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
9191
BASE_RPC_URL: http://localhost:8546
9292
#SERVER_URL: http://localhost:80
93-
SERVER_URL: https://dev-api.compasslabs.ai # uncomment this to test against staging api
93+
SERVER_URL: https://api.compasslabs.ai # uncomment this to test against staging api
9494
NPM_PACKAGE_VERSION: ${{ needs.set-versions.outputs.npm_package_version }}
9595
UV_PACKAGE_VERSION: ${{ needs.set-versions.outputs.uv_package_version }}
96+
#API_KEY:
9697

9798
steps:
9899
- name: Checkout repository

0 commit comments

Comments
 (0)