From 40e85022101043f2705c703215d9a94f3a7a8c37 Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Mon, 4 Nov 2024 15:59:41 +0100 Subject: [PATCH] test notif --- .github/workflows/concrete_python_tests_linux.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/concrete_python_tests_linux.yml b/.github/workflows/concrete_python_tests_linux.yml index 3d687feb4d..da39c03aca 100644 --- a/.github/workflows/concrete_python_tests_linux.yml +++ b/.github/workflows/concrete_python_tests_linux.yml @@ -13,6 +13,10 @@ on: env: DOCKER_IMAGE_TEST: ghcr.io/zama-ai/concrete-compiler + ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} + SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} + SLACK_USERNAME: ${{ secrets.BOT_USERNAME }} + SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} concurrency: group: concrete_python_tests_linux_${{ github.ref }}