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 d729ac0 commit 8795944
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +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.url: ${{ secrets.CLIENT_DISCORD_WEBHOOK_URL }}
client.discord.webhook.channels.statistics.token: ${{ secrets.CLIENT_DISCORD_WEBHOOK_CHANNELS_STATISTICS_TOKEN }}
client.discord.webhook.channels.discussion.token: ${{ secrets.CLIENT_DISCORD_WEBHOOK_CHANNELS_DISCUSSION_TOKEN }}
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 8795944

Please sign in to comment.