|
@ -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@f565a63638bd3615e76249bffab00fcb9dab90f7 |
|
|
|
|
|
|
|
|
uses: rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7 |
|
|
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@f565a63638bd3615e76249bffab00fcb9dab90f7 |
|
|
|
|
|
|
|
|
uses: rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7 |
|
|
env: |
|
|
env: |
|
|
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |
|
|
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |
|
|
SLACK_CHANNEL: tendermint-internal |
|
|
SLACK_CHANNEL: tendermint-internal |
|
|