Skip to content

Commit 7fc5fbe

Browse files
committed
re-enable Slack
1 parent 1568977 commit 7fc5fbe

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/fosstars-report.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ jobs:
8282
report-branch: fosstars-report
8383
token: ${{ secrets.GITHUB_TOKEN }}
8484

85-
# - name: "Slack Notification"
86-
# if: failure()
87-
# uses: slackapi/[email protected]
88-
# with:
89-
# webhook: ${{ secrets.SLACK_WEBHOOK }}
90-
# webhook-type: incoming-webhook
91-
# payload: |
92-
# {
93-
# "text": "⚠️ OWASP Dependency check failed! 😬 Please inspect & fix by clicking <https://github.com/SAP/ai-sdk-java/actions/runs/${{ github.run_id }}|here>"
94-
# }
85+
- name: "Slack Notification"
86+
if: failure()
87+
uses: slackapi/[email protected]
88+
with:
89+
webhook: ${{ secrets.SLACK_WEBHOOK }}
90+
webhook-type: incoming-webhook
91+
payload: |
92+
{
93+
"text": "⚠️ OWASP Dependency check failed! 😬 Please inspect & fix by clicking <https://github.com/SAP/ai-sdk-java/actions/runs/${{ github.run_id }}|here>"
94+
}

0 commit comments

Comments
 (0)