Skip to content

Commit

Permalink
chore: add cimon
Browse files Browse the repository at this point in the history
  • Loading branch information
cfabianski committed Apr 29, 2024
1 parent 50d9d05 commit 0d1dc77
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 0d1dc77

Please sign in to comment.