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 7d2d803 commit 4ba7069Copy full SHA for 4ba7069
.github/workflows/deploy-snapshot.yaml
@@ -37,3 +37,14 @@ jobs:
37
env:
38
DEPLOYMENT_USER: ${{ secrets.ARTIFACTORY_COMMON_USER }}
39
DEPLOYMENT_PASS: ${{ secrets.ARTIFACTORY_COMMON_PASSWORD }}
40
+
41
+ - name: "Slack Notification"
42
+ if: failure()
43
+ uses: slackapi/[email protected]
44
+ with:
45
+ webhook: ${{ secrets.SLACK_WEBHOOK }}
46
+ webhook-type: incoming-webhook
47
+ payload: |
48
+ {
49
+ "text": "⚠️ Snapshot Deployment failed! 😬 Please inspect & fix by clicking <https://github.com/SAP/ai-sdk-java/actions/runs/${{ github.run_id }}|here>"
50
+ }
0 commit comments