From cc2766ec4fe34142267fe6097c67c1c2c0015f32 Mon Sep 17 00:00:00 2001 From: Simone Lazzaris Date: Thu, 23 May 2024 08:32:28 +0200 Subject: [PATCH] fix stress.yml --- .github/workflows/stress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stress.yml b/.github/workflows/stress.yml index b8faf61ccd..6869fed0a1 100644 --- a/.github/workflows/stress.yml +++ b/.github/workflows/stress.yml @@ -53,6 +53,6 @@ jobs: - name: Notify on immudb channel on Mattermost if: github.event.schedule == '0 0 * * *' uses: mattermost/action-mattermost-notify@master - env: + with: MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }} MATTERMOST_CHANNEL: 'immudb-tests'