We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9408f52 commit b594fc6Copy full SHA for b594fc6
.github/workflows/main.yml
@@ -96,3 +96,14 @@ jobs:
96
fi
97
env:
98
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
+ notify:
100
+ name: Send notification
101
+ needs:
102
+ - release
103
+ if: ${{ always() && needs.release.result == 'failure' }}
104
+ uses: bitnami/support/.github/workflows/gchat-notification.yml@main
105
+ with:
106
+ workflow: ${{ github.workflow }}
107
+ job-url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
108
+ secrets:
109
+ webhook-url: ${{ secrets.GCHAT_CONTENT_ALERTS_WEBHOOK_URL }}
0 commit comments