fix: pass pr_number to dual-approval-check workflow (#34)

Companion PR to privilegedescalation/.github#81

Co-authored-by: Hugh Hackman <hugh@paperclip.ing>
Co-authored-by: Paperclip <noreply@paperclip.ing>
This commit was merged in pull request #34.
This commit is contained in:
privilegedescalation-engineer[bot]
2026-04-15 03:30:22 +00:00
committed by GitHub
parent aeb762ff85
commit 90623e32c7
+2
View File
@@ -16,3 +16,5 @@ jobs:
dual-approval:
uses: privilegedescalation/.github/.github/workflows/dual-approval-check.yaml@main
secrets: inherit
with:
pr_number: ${{ github.event.pull_request.number }}