Skip to content

Commit 6f7a95b

Browse files
committed
soups: generate pdfs for approved soups
1 parent c9f073e commit 6f7a95b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: SOUP - Generate PDF for Approved SOUPs
2+
3+
on:
4+
workflow_call:
5+
jobs:
6+
reports:
7+
runs-on: [self-hosted, Linux]
8+
steps:
9+
- uses: QuickBirdEng/actions/checkout-ssh@main
10+
with:
11+
ssh-private-key: ${{ secrets.CI_SSH_PRIVATE_KEY_FOR_GITHUB_PRIVATE_REPOS }}
12+
- uses: QuickBirdEng/actions/soup-generate-pdf-for-approved@main

0 commit comments

Comments
 (0)