From 03bd82e3e91d83d7825c7d7dc6ebcd2fdfec9a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Fabianski?= Date: Wed, 1 May 2024 12:23:51 +0100 Subject: [PATCH] chore: add cimon (#1571) --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2dce0fcbd..a01a58548 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,12 @@ jobs: runs-on: ubuntu-latest steps: + - name: Run Cimon (eBPF) + uses: cycodelabs/cimon-action@v0 + with: + client-id: ${{ secrets.CIMON_CLIENT_ID }} + secret: ${{ secrets.CIMON_SECRET }} + - uses: actions/checkout@v4 - name: Bump version and push tag if: startsWith(github.ref, 'refs/tags') != true