Skip to content

Commit 55748d8

Browse files
committed
Final Commit
1 parent 1742762 commit 55748d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
if: success()
3030
uses: rtCamp/action-slack-notify@v2
3131
env:
32-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
32+
SLACK_WEBHOOK: ${{ secrets.NEW_SLACK_WEBHOOK }}
3333
SLACK_MESSAGE: "✅ CI/CD прошел успешно! 🚀"
3434
SLACK_COLOR: "#36a64f"
3535

3636
- name: Send Slack Notification on Failure
3737
if: failure()
3838
uses: rtCamp/action-slack-notify@v2
3939
env:
40-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
40+
SLACK_WEBHOOK: ${{ secrets.NEW_SLACK_WEBHOOK }}
4141
SLACK_MESSAGE: "❌ Ошибка в CI/CD! Проверь логи. ⚠️"
4242
SLACK_COLOR: "#ff0000"

0 commit comments

Comments
 (0)