Skip to content

Commit

Permalink
fix: git action secret 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Sep 24, 2024
1 parent f0ec85a commit e5902c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
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 }}

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

0 comments on commit e5902c7

Please sign in to comment.