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 }}