Skip to content

Commit 62c176f

Browse files
committed
update the value of BACKEND_URL
1 parent 2c7828c commit 62c176f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
END_SESSION_URL: ${{secrets.END_SESSION_URL}}
1616
REFRESH_TOKEN_URL: ${{secrets.REFRESH_TOKEN_URL}}
1717
NEXT_PUBLIC_BACKEND_URL: ${{secrets.NEXT_PUBLIC_BACKEND_URL_DS}}
18-
BACKEND_URL: ${{secrets.BACKEND_URL}}
18+
BACKEND_URL: ${{secrets.BACKEND_URL_DS}}
1919
BACKEND_GRAPHQL_URL: ${{secrets.BACKEND_GRAPHQL_URL_DS}}
2020
NEXT_PUBLIC_ENABLE_ACCESSMODEL: ${{secrets.NEXT_PUBLIC_ENABLE_ACCESSMODEL_DS}}
2121
NEXT_PUBLIC_BACKEND_GRAPHQL_URL: ${{secrets.NEXT_PUBLIC_BACKEND_GRAPHQL_URL_DS}}

0 commit comments

Comments
 (0)