File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 71
71
env :
72
72
JOB_STATUS : ${{ job.status == 'success' && ':white_check_mark:' || job.status == 'failure' && ':x:' }}
73
73
JOB_STATUS_COLOR : ${{ job.status == 'success' && '#36a64f' || job.status == 'failure' && '#FF0000' }}
74
- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
74
+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL_MOBILE_ALERTS_TOOLING }}
75
75
SLACK_WEBHOOK_TYPE : INCOMING_WEBHOOK
76
76
77
77
with :
Original file line number Diff line number Diff line change 55
55
env :
56
56
JOB_STATUS : ${{ job.status == 'success' && ':white_check_mark:' || job.status == 'failure' && ':x:' }}
57
57
JOB_STATUS_COLOR : ${{ job.status == 'success' && '#36a64f' || job.status == 'failure' && '#FF0000' }}
58
- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
58
+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL_MOBILE_ALERTS_TOOLING }}
59
59
SLACK_WEBHOOK_TYPE : INCOMING_WEBHOOK
60
60
61
61
with :
Original file line number Diff line number Diff line change 73
73
env :
74
74
JOB_STATUS : ${{ job.status == 'success' && ':white_check_mark:' || job.status == 'failure' && ':x:' }}
75
75
JOB_STATUS_COLOR : ${{ job.status == 'success' && '#36a64f' || job.status == 'failure' && '#FF0000' }}
76
- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
76
+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL_MOBILE_ALERTS_TOOLING }}
77
77
SLACK_WEBHOOK_TYPE : INCOMING_WEBHOOK
78
78
79
79
with :
Original file line number Diff line number Diff line change 29
29
"elements" : [
30
30
{
31
31
"type" : " mrkdwn" ,
32
- "text" : " :testops-notify: created by <www.go.com |Mobile Test Engineering>"
32
+ "text" : " :testops-notify: created by <https://mozilla-hub.atlassian.net/wiki/spaces/MTE/overview#Test-Operations |Mobile Test Engineering>"
33
33
}
34
34
]
35
35
}
You can’t perform that action at this time.
0 commit comments