Skip to content

Commit

Permalink
fix: ci/cd scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Sep 24, 2024
1 parent 8795944 commit cbf171d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
oauth.kakao.client-secret-code: ${{ secrets.OAUTH_KAKAO_CLIENT_SECRET_CODE }}
oauth.kakao.admin-key: ${{ secrets.OAUTH_KAKAO_ADMIN_KEY }}
# Discord-Webhook-client 환경 변수 주입
client.discord.webhook.statistics.url: ${{ secrets.CLIENT_DISCORD_WEBHOOK_STATISTICS_URL }}
client.discord.webhook.discussion.url: ${{ secrets.CLIENT_DISCORD_WEBHOOK_DISCUSSION_URL }}
client.discord.webhook.statistics-url: ${{ secrets.CLIENT_DISCORD_WEBHOOK_STATISTICS_URL }}
client.discord.webhook.discussion-url: ${{ secrets.CLIENT_DISCORD_WEBHOOK_DISCUSSION_URL }}

# Secret Setup - application-prod.yml
- name: Inject env-values to application-prod.yml
Expand Down

0 comments on commit cbf171d

Please sign in to comment.