|
@ -49,7 +49,7 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- name: Notify Slack on failure |
|
|
- name: Notify Slack on failure |
|
|
uses: rtCamp/action-slack-notify@ae4223259071871559b6e9d08b24a63d71b3f0c0 |
|
|
|
|
|
|
|
|
uses: rtCamp/action-slack-notify@f565a63638bd3615e76249bffab00fcb9dab90f7 |
|
|
env: |
|
|
env: |
|
|
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |
|
|
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |
|
|
SLACK_CHANNEL: tendermint-internal |
|
|
SLACK_CHANNEL: tendermint-internal |
|
@ -65,7 +65,7 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- name: Notify Slack on success |
|
|
- name: Notify Slack on success |
|
|
uses: rtCamp/action-slack-notify@ae4223259071871559b6e9d08b24a63d71b3f0c0 |
|
|
|
|
|
|
|
|
uses: rtCamp/action-slack-notify@f565a63638bd3615e76249bffab00fcb9dab90f7 |
|
|
env: |
|
|
env: |
|
|
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |
|
|
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |
|
|
SLACK_CHANNEL: tendermint-internal |
|
|
SLACK_CHANNEL: tendermint-internal |
|
|