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 e5c8220 commit 08708f0Copy full SHA for 08708f0
.github/workflows/deploy-Dataspace-dev.yml
@@ -17,7 +17,7 @@ env:
17
NEXT_PUBLIC_ENABLE_ACCESSMODEL: ${{secrets.NEXT_PUBLIC_ENABLE_ACCESSMODEL_DS}}
18
NEXT_PUBLIC_BACKEND_GRAPHQL_URL: 'https://dev.api.civicdataspace.in/api/graphql'
19
BACKEND_URL: 'https://dev.api.civicdataspace.in'
20
- NEXT_PUBLIC_PLATFORM_URL: '"https://dev.civicdataspace.in"'
+ NEXT_PUBLIC_PLATFORM_URL: 'https://dev.civicdataspace.in'
21
NEXT_PUBLIC_ANALYTICS_URL: ${{secrets.NEXT_PUBLIC_ANALYTICS_URL}}
22
23
0 commit comments