Skip to content

Commit

Permalink
chore: add cimon (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfabianski committed May 1, 2024
1 parent d03bddc commit 03bd82e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03bd82e

Please sign in to comment.