Skip to content

Commit

Permalink
Merge branch 'main' into rekor-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kahboom authored Mar 18, 2024
2 parents 6f2eeba + bf9d551 commit d08b374
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/trigger-konflux-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Trigger Konflux build
on:
workflow_dispatch:

jobs:
trigger-konflux-build:
uses: securesign/actions/.github/workflows/trigger-konflux-build.yaml@main
with:
branch: main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d08b374

Please sign in to comment.