Skip to content

Commit bd1fea6

Browse files
committed
refactor: 원래 env 값과의 차이점 추가
1 parent b5b4d17 commit bd1fea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/process-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
- name: Notify message to slack
7474
uses: rtCamp/action-slack-notify@v2
7575
env:
76-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
77-
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
76+
SLACK_WEBHOOK: ${{ secrets.GIT_ACTION_SLACK_WEBHOOK }}
77+
SLACK_CHANNEL: ${{ secrets.GIT_ACTION_SLACK_CHANNEL }}
7878
SLACK_COLOR: ${{ job.status }} # 또는 'green', '#ff00ff' 처럼 직접 색상 지정
7979
SLACK_USERNAME: Github
8080
SLACK_ICON: https://cdn-icons-png.flaticon.com/512/25/25231.png

0 commit comments

Comments
 (0)