Skip to content

Commit

Permalink
chore: secret key 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
tteia committed Oct 31, 2024
1 parent 7a5b909 commit da29420
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/inong_fe_with_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
VUE_APP_MY_URL: ${{ secrets.MY_URL }}
VUE_APP_KAKAO_REDIRECT_URI: ${{ secrets.KAKAO_REDIRECT_URI }}
VUE_APP_KAKAO_CLIENT_ID: ${{ secrets.KAKAO_CLIENT_ID }}
VUE_APP_GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
VUE_APP_GOOGLE_CLIENT_SECRET: ${{ secrets.GOOGLE_CLIENT_SECRET }}
VUE_APP_GOOGLE_REDIRECT_URI: ${{ secrets.GOOGLE_REDIRECT_URI}}
working-directory: .
run: npm run build

Expand Down

0 comments on commit da29420

Please sign in to comment.