Skip to content

Commit a383066

Browse files
Fral738alexey-igrychev
authored andcommitted
chore(ci): add notification to release
Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com>
1 parent b773118 commit a383066

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/trdl_publisher.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ jobs:
1212
name: Publish release channels using trdl server
1313
runs-on: ubuntu-22.04
1414
steps:
15+
- name: Notify
16+
uses: mattermost/action-mattermost-notify@master
17+
with:
18+
MATTERMOST_WEBHOOK_URL: ${{ secrets.LOOP_NOTIFICATION_WEBHOOK }}
19+
MATTERMOST_CHANNEL: ${{ secrets.LOOP_NOTIFICATION_CHANNEL }}
20+
TEXT: |
21+
${{ secrets.LOOP_NOTIFICATION_GROUP }} [${{ github.repository }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) task sign pls
22+
1523
- name: Publish client channels
1624
uses: werf/trdl-vault-actions/publish@main
1725
with:

.github/workflows/trdl_releaser.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ jobs:
99
name: Perform trdl release using trdl server
1010
runs-on: ubuntu-22.04
1111
steps:
12+
- name: Notify
13+
uses: mattermost/action-mattermost-notify@master
14+
with:
15+
MATTERMOST_WEBHOOK_URL: ${{ secrets.LOOP_NOTIFICATION_WEBHOOK }}
16+
MATTERMOST_CHANNEL: ${{ secrets.LOOP_NOTIFICATION_CHANNEL }}
17+
TEXT: |
18+
${{ secrets.LOOP_NOTIFICATION_GROUP }} [${{ github.repository }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) task sign pls
19+
1220
- name: Release client
1321
uses: werf/trdl-vault-actions/release@main
1422
with:

0 commit comments

Comments
 (0)