Skip to content

Commit

Permalink
deploy: Github Actions Crawler Secret Job 추가 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwooo committed Mar 27, 2024
1 parent e49b238 commit 40af1c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/jisungin_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ jobs:
DEV_SECRET_DIR_FILE_NAME: application-oauth.yml
run: echo $DEV_SECRET | base64 --decode >> $DEV_SECRET_DIR/$DEV_SECRET_DIR_FILE_NAME

# application-crawler.yml
- name: Copy crawler Secret
env:
DEV_SECRET: ${{ secrets.APPLICATION_CRAWLER_YML }}
DEV_SECRET_DIR: src/main/resources
DEV_SECRET_DIR_FILE_NAME: application-crawler.yml
run: echo $DEV_SECRET | base64 --decode >> $DEV_SECRET_DIR/$DEV_SECRET_DIR_FILE_NAME

# application-jwt.yml
# - name: Copy jwt Secret
# env:
Expand Down

0 comments on commit 40af1c1

Please sign in to comment.