@@ -68,17 +68,17 @@ jobs:
68
68
exit 1
69
69
)
70
70
71
- - name : Slack notification of certificate verification failure
72
- if : failure()
73
- env :
74
- SLACK_WEBHOOK : ${{ secrets.TEAM_CREATE_CHANNEL_SLACK_WEBHOOK }}
75
- SLACK_MESSAGE : |
76
- :warning::warning::warning::warning:
77
- WARNING: ${{ github.repository }} ${{ matrix.certificate.identifier }} verification failed!!!
78
- :warning::warning::warning::warning:
79
- SLACK_COLOR : danger
80
- MSG_MINIMAL : true
81
- uses : rtCamp/action-slack-notify@v2
71
+ # - name: Slack notification of certificate verification failure
72
+ # if: failure()
73
+ # env:
74
+ # SLACK_WEBHOOK: ${{ secrets.TEAM_CREATE_CHANNEL_SLACK_WEBHOOK }}
75
+ # SLACK_MESSAGE: |
76
+ # :warning::warning::warning::warning:
77
+ # WARNING: ${{ github.repository }} ${{ matrix.certificate.identifier }} verification failed!!!
78
+ # :warning::warning::warning::warning:
79
+ # SLACK_COLOR: danger
80
+ # MSG_MINIMAL: true
81
+ # uses: rtCamp/action-slack-notify@v2
82
82
83
83
- name : Get days remaining before certificate expiration date
84
84
env :
@@ -137,15 +137,15 @@ jobs:
137
137
exit 1
138
138
fi
139
139
140
- - name : Slack notification of pending certificate expiration
141
- # Don't send spurious expiration notification if verification fails.
142
- if : failure() && steps.check-expiration.outcome == 'failure'
143
- env :
144
- SLACK_WEBHOOK : ${{ secrets.TEAM_CREATE_CHANNEL_SLACK_WEBHOOK }}
145
- SLACK_MESSAGE : |
146
- :warning::warning::warning::warning:
147
- WARNING: ${{ github.repository }} ${{ matrix.certificate.identifier }} will expire in ${{ steps.get-days-before-expiration.outputs.days }} days!!!
148
- :warning::warning::warning::warning:
149
- SLACK_COLOR : danger
150
- MSG_MINIMAL : true
151
- uses : rtCamp/action-slack-notify@v2
140
+ # - name: Slack notification of pending certificate expiration
141
+ # # Don't send spurious expiration notification if verification fails.
142
+ # if: failure() && steps.check-expiration.outcome == 'failure'
143
+ # env:
144
+ # SLACK_WEBHOOK: ${{ secrets.TEAM_CREATE_CHANNEL_SLACK_WEBHOOK }}
145
+ # SLACK_MESSAGE: |
146
+ # :warning::warning::warning::warning:
147
+ # WARNING: ${{ github.repository }} ${{ matrix.certificate.identifier }} will expire in ${{ steps.get-days-before-expiration.outputs.days }} days!!!
148
+ # :warning::warning::warning::warning:
149
+ # SLACK_COLOR: danger
150
+ # MSG_MINIMAL: true
151
+ # uses: rtCamp/action-slack-notify@v2
0 commit comments