We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b4d17 commit bd1fea6Copy full SHA for bd1fea6
.github/workflows/process-e2e.yaml
@@ -73,8 +73,8 @@ jobs:
73
- name: Notify message to slack
74
uses: rtCamp/action-slack-notify@v2
75
env:
76
- SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
77
- SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
+ SLACK_WEBHOOK: ${{ secrets.GIT_ACTION_SLACK_WEBHOOK }}
+ SLACK_CHANNEL: ${{ secrets.GIT_ACTION_SLACK_CHANNEL }}
78
SLACK_COLOR: ${{ job.status }} # 또는 'green', '#ff00ff' 처럼 직접 색상 지정
79
SLACK_USERNAME: Github
80
SLACK_ICON: https://cdn-icons-png.flaticon.com/512/25/25231.png
0 commit comments