diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 9c79169..64b55ba 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -16,6 +16,9 @@ on: required: false default: "yarn run all" + schedule: + - cron: "0 0 * * 1" + permissions: contents: write pull-requests: write @@ -24,7 +27,7 @@ permissions: jobs: audit-fix: - uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@upstream-Changes-CherryPick + uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1 with: original-owner: "crazy-max" repo-name: "ghaction-setup-docker"