Skip to content

Commit

Permalink
Merge pull request #2 from securesign/gh-trigger-konflux-build
Browse files Browse the repository at this point in the history
Add trigger-konflux-build github workflow
  • Loading branch information
osmman authored May 30, 2024
2 parents d01bc05 + e24ae6c commit 0fcf567
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 0fcf567

Please sign in to comment.