From 3a1f31ebe2a220426d8fd6423175323d09fe2533 Mon Sep 17 00:00:00 2001 From: yogendrasrivastava <158015200+yogendrasrivastava@users.noreply.github.com> Date: Mon, 16 Mar 2026 11:26:38 +0530 Subject: [PATCH] Update secure.yml --- .github/workflows/secure.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/secure.yml b/.github/workflows/secure.yml index be900a2..d2e600a 100644 --- a/.github/workflows/secure.yml +++ b/.github/workflows/secure.yml @@ -8,7 +8,7 @@ on: paths: - .github/workflows/secure.yml schedule: - - cron: '35 08 * * *' + - cron: '21 11 * * *' name: Security Check Scan @@ -162,4 +162,5 @@ jobs: - name: Approve PR run: gh pr review --approve "${{ github.event.pull_request.html_url }}" env: + GH_TOKEN: ${{ secrets.PAT_SECURITYREVIEWUSER }} GITHUB_TOKEN: ${{ secrets.PAT_SECURITYREVIEWUSER }}