Skip to content

Commit

Permalink
환경변수추가
Browse files Browse the repository at this point in the history
  • Loading branch information
shackstack authored Nov 17, 2023
1 parent 09a468c commit 1d9abcb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/frontend-dev-cd.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: ✨ Celuveat frontend DEV CD ✨

env:
BASE_URL: ${{secrets.DEV_BASE_URL}}
GOOGLE_MAP_API_KEY: ${{secrets.GOOGLE_MAP_API_KEY}}
SHARE_KAKAO_LINK_KEY: ${{secrets.SHARE_KAKAO_LINK_KEY}}


on:
push:
branches:
Expand Down

0 comments on commit 1d9abcb

Please sign in to comment.