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

Passes github.event.pull_request.number to the reusable workflow so
dual-approval status checks work correctly on PRs instead of always
receiving pr_number=0.
This commit is contained in:
2026-05-06 02:18:50 +00:00
committed by Gandalf the Greybeard [agent]
parent 59cfa0bd78
commit 066db0b902
+2
View File
@@ -15,4 +15,6 @@ on:
jobs:
dual-approval:
uses: privilegedescalation/.github/.github/workflows/dual-approval-check.yaml@main
with:
pr_number: ${{ github.event.pull_request.number }}
secrets: inherit