diff --git a/.github/workflows/_reusable-verify-run-status.yaml b/.github/workflows/_reusable-verify-run-status.yaml index 274c88b10c71..1c76ce45721f 100644 --- a/.github/workflows/_reusable-verify-run-status.yaml +++ b/.github/workflows/_reusable-verify-run-status.yaml @@ -19,6 +19,7 @@ permissions: actions: read checks: read contents: read + statuses: read jobs: check-run-status: diff --git a/.github/workflows/watch-breakingchange-crossversion.yaml b/.github/workflows/watch-breakingchange-crossversion.yaml index 2b12bdeb5032..41fa9752c676 100644 --- a/.github/workflows/watch-breakingchange-crossversion.yaml +++ b/.github/workflows/watch-breakingchange-crossversion.yaml @@ -16,6 +16,7 @@ permissions: actions: read checks: read contents: read + statuses: read jobs: BreakingChangeCrossVersion: diff --git a/.github/workflows/watch-breakingchange.yaml b/.github/workflows/watch-breakingchange.yaml index 0794842e53b5..50978f8a475b 100644 --- a/.github/workflows/watch-breakingchange.yaml +++ b/.github/workflows/watch-breakingchange.yaml @@ -16,6 +16,7 @@ permissions: actions: read checks: read contents: read + statuses: read jobs: BreakingChange: diff --git a/.github/workflows/watch-modelvalidation.yaml b/.github/workflows/watch-modelvalidation.yaml index 577b7fb8a3f7..ba3ff8165018 100644 --- a/.github/workflows/watch-modelvalidation.yaml +++ b/.github/workflows/watch-modelvalidation.yaml @@ -16,6 +16,7 @@ permissions: actions: read checks: read contents: read + statuses: read jobs: ModelValidationWatch: diff --git a/.github/workflows/watch-semanticvalidation.yaml b/.github/workflows/watch-semanticvalidation.yaml index 80dc315e8716..757e55e367d6 100644 --- a/.github/workflows/watch-semanticvalidation.yaml +++ b/.github/workflows/watch-semanticvalidation.yaml @@ -16,6 +16,7 @@ permissions: actions: read checks: read contents: read + statuses: read jobs: SemanticValidationWatch: