From 25aae0521cfcb8fe8ab58f97215fb6cd0692103d Mon Sep 17 00:00:00 2001 From: Mayank Date: Thu, 2 Jul 2026 23:02:57 +0530 Subject: [PATCH] change: add explicit secrets definition for workflow_call --- .github/workflows/_chatops_retest.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/_chatops_retest.yml b/.github/workflows/_chatops_retest.yml index 1f64ca6b3..a42830566 100644 --- a/.github/workflows/_chatops_retest.yml +++ b/.github/workflows/_chatops_retest.yml @@ -23,6 +23,10 @@ name: Rerun Failed Actions on: workflow_call: + secrets: + CHATOPS_TOKEN: + description: 'The GitHub token used for chatops operations' + required: true jobs: retest: