Skip to content

Commit

Permalink
add-trigger-action (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
lance committed Mar 15, 2024
2 parents 55d233a + 77151fe commit bf9d551
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 bf9d551

Please sign in to comment.