Skip to content

Commit 08708f0

Browse files
fix type
1 parent e5c8220 commit 08708f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-Dataspace-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
NEXT_PUBLIC_ENABLE_ACCESSMODEL: ${{secrets.NEXT_PUBLIC_ENABLE_ACCESSMODEL_DS}}
1818
NEXT_PUBLIC_BACKEND_GRAPHQL_URL: 'https://dev.api.civicdataspace.in/api/graphql'
1919
BACKEND_URL: 'https://dev.api.civicdataspace.in'
20-
NEXT_PUBLIC_PLATFORM_URL: '"https://dev.civicdataspace.in"'
20+
NEXT_PUBLIC_PLATFORM_URL: 'https://dev.civicdataspace.in'
2121
NEXT_PUBLIC_ANALYTICS_URL: ${{secrets.NEXT_PUBLIC_ANALYTICS_URL}}
2222

2323

0 commit comments

Comments
 (0)