Skip to content

Commit 9f9a0e8

Browse files
authored
LAM-2015 Emergeny Approval Pipeline (#9)
1 parent 232c996 commit 9f9a0e8

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Emergency Approval
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
pr_number:
7+
description: 'Number of the Pull Request'
8+
required: true
9+
10+
jobs:
11+
emergency-approval:
12+
name: Emergency Approval
13+
uses: p2p-org/security-workflows/.github/workflows/emergency-approval.yaml@main
14+
with:
15+
pr_number: ${{ github.event.inputs.pr_number }}
16+
secrets: inherit

0 commit comments

Comments
 (0)