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

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 #119.
This commit is contained in:
privilegedescalation-engineer[bot]
2026-04-15 03:33:19 +00:00
committed by GitHub
parent 7c58826668
commit dff1265435
+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 }}