diff --git a/.github/workflows/ToolUpdate.yml b/.github/workflows/ToolUpdate.yml index 1e629d66..78667ef7 100644 --- a/.github/workflows/ToolUpdate.yml +++ b/.github/workflows/ToolUpdate.yml @@ -5,6 +5,8 @@ on: # Trigger on commits to any branch and manual trigger push: branches: - '**' # Trigger on commits to any branch + schedule: + - cron: '0 0 * * *' # Runs at 00:00 UTC every day permissions: contents: write diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe431f4e..8ed2b63f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,14 @@ on: pull_request: branches: - 'main**' + workflow_call: + secrets: + SIMPLIFIER_USERNAME: + required: true + SIMPLIFIER_PASSWORD: + required: true + WORKFLOW_PERMISSION_GITHUB: + required: true # Allows you to run this workflow manually from the Actions tab workflow_dispatch: