Skip to content

Commit

Permalink
Build Report - fix env variable name (#5145)
Browse files Browse the repository at this point in the history
* Build monitoring script init

* Added GH action which run build-report script

* use slack webhook now

* added notification in case of failure, changed status icon

* Fixed os environment variable name
  • Loading branch information
midavadim authored Aug 2, 2021
1 parent 8a4e7a4 commit c038c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: create and send report
run: python ./tools/bin/build_report.py
env:
SLACK_BUILD_MONITORING: ${{ secrets.BUILD_SLACK_WEBHOOK }}
BUILD_SLACK_WEBHOOK: ${{ secrets.BUILD_SLACK_WEBHOOK }}
- name: Slack Notification - Failure
if: failure()
uses: rtCamp/action-slack-notify@master
Expand Down

0 comments on commit c038c2c

Please sign in to comment.