We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3a2a9 commit 42570b5Copy full SHA for 42570b5
.github/workflows/EXPERIMENT.yml
@@ -90,9 +90,10 @@ jobs:
90
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
91
BASE_RPC_URL: http://localhost:8546
92
#SERVER_URL: http://localhost:80
93
- SERVER_URL: https://dev-api.compasslabs.ai # uncomment this to test against staging api
+ SERVER_URL: https://api.compasslabs.ai # uncomment this to test against staging api
94
NPM_PACKAGE_VERSION: ${{ needs.set-versions.outputs.npm_package_version }}
95
UV_PACKAGE_VERSION: ${{ needs.set-versions.outputs.uv_package_version }}
96
+ #API_KEY:
97
98
steps:
99
- name: Checkout repository
0 commit comments