We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f073e commit a265ea8Copy full SHA for a265ea8
.github/workflows/soup-generate-pdfs-for-approved.yml
@@ -0,0 +1,12 @@
1
+name: SOUP - Generate PDF for Approved SOUPs
2
+
3
+on:
4
+ workflow_call:
5
+jobs:
6
+ generate-pdfs:
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