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 1742762 commit 55748d8Copy full SHA for 55748d8
.github/workflows/ci.cdyml .github/workflows/ci.yml.github/workflows/ci.cdyml renamed to .github/workflows/ci.yml
@@ -29,14 +29,14 @@ jobs:
29
if: success()
30
uses: rtCamp/action-slack-notify@v2
31
env:
32
- SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
+ SLACK_WEBHOOK: ${{ secrets.NEW_SLACK_WEBHOOK }}
33
SLACK_MESSAGE: "✅ CI/CD прошел успешно! 🚀"
34
SLACK_COLOR: "#36a64f"
35
36
- name: Send Slack Notification on Failure
37
if: failure()
38
39
40
41
SLACK_MESSAGE: "❌ Ошибка в CI/CD! Проверь логи. ⚠️"
42
SLACK_COLOR: "#ff0000"
0 commit comments