Skip to content

Commit

Permalink
#290 [chore] ci에 PROD_URI 필드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
2zerozu committed Jan 1, 2024
1 parent 4d8abd1 commit 94261cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Access Local Properties
env:
HOST_URI: ${{ secrets.BASE_URI }}
PROD_URI: ${{ secrets.PROD_URI }}
NAVER_URL: ${{ secrets.NAVER_URL }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
Expand All @@ -53,6 +54,7 @@ jobs:
STORE_FILE: ${{ secrets.STORE_FILE }}
run: |
echo BASE_URI=\"$BASE_URI\" >> local.properties
echo PROD_URI=\"PROD_URI\" >> local.properties
echo NAVER_URL=\"$NAVER_URL\" >> local.properties
echo CLIENT_ID=\"$CLIENT_ID\" >> local.properties
echo CLIENT_SECRET=\"$CLIENT_SECRET\" >> local.properties
Expand Down

0 comments on commit 94261cb

Please sign in to comment.