Skip to content

Commit bfd9241

Browse files
committed
fix: put missing env
1 parent 870cdfd commit bfd9241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
REACT_APP_GRAPHQL_HOST_NOCDN: 'https://v2.velog.io/'
3838
PUBLIC_URL: 'https://static.velog.io/'
3939
REACT_APP_REDIS_HOST: ${{ secrets.REDIS_HOST }}
40+
REACT_APP_CLIENT_V3_HOST: 'https://velog.io'
4041
CI: false
4142
- name: upload
4243
env:

0 commit comments

Comments
 (0)