From 5404484673b235f74b69f91d5009b094e91337b6 Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Mon, 23 Dec 2024 14:06:17 +0300 Subject: [PATCH] fix --- .github/workflows/notify.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notify.yaml b/.github/workflows/notify.yaml index 96eedee..d084782 100644 --- a/.github/workflows/notify.yaml +++ b/.github/workflows/notify.yaml @@ -7,7 +7,7 @@ on: required: true type: string secrets: - MM_WEBHOOK_URL: + webhook: required: true jobs: @@ -16,7 +16,7 @@ jobs: steps: - uses: mattermost/action-mattermost-notify@master with: - MATTERMOST_WEBHOOK_URL: ${{ secrets.MM_WEBHOOK_URL }} + MATTERMOST_WEBHOOK_URL: ${{ secrets.webhook }} PAYLOAD: | { "text": "${{ github.repository }} [Pipeline](${{ github.server_url }}/${{ inputs.repository }}/actions/runs/${{ github.run_number }}) was success :white_check_mark:"