File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments