name: Update configuration files on: schedule: - cron: '0 3 * * 0' workflow_dispatch: permissions: {} jobs: call-update-configuration-files: name: Update configuration files permissions: contents: write # to push the branch with updated configuration files pull-requests: write # to open/update the configuration update PR uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main