From 7386851c6ce07daca37ec883ccdd0e8e6f5ce51d Mon Sep 17 00:00:00 2001 From: Jessica Kranz <88667144+jesskranz@users.noreply.github.com> Date: Fri, 28 Jun 2024 21:00:05 +0100 Subject: [PATCH] jellyfish --- .github/workflows/jellyfish_monitoring.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jellyfish_monitoring.yml b/.github/workflows/jellyfish_monitoring.yml index d3cb44d..e797e8e 100644 --- a/.github/workflows/jellyfish_monitoring.yml +++ b/.github/workflows/jellyfish_monitoring.yml @@ -20,8 +20,8 @@ jobs: runs-on: ubuntu-latest # only want to do trigger this when the merge to master is made by the deployment bot steps: - - uses: idio/datascience_gha_workflows@main - with: + - uses: optimizely/jellyfish-deployment-reporter-action@main + with: jellyfish_api_token: ${{ secrets.JELLYFISH_API_TOKEN }} name: "Deployment of Kubeluigi" is_successful: ${{ needs.notify-changes.result == 'success' }}