diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate-vault.yml similarity index 79% rename from .github/workflows/renovate.yml rename to .github/workflows/renovate-vault.yml index 38866b6..52f6a5d 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate-vault.yml @@ -13,12 +13,16 @@ on: default: "false" type: string # Run twice in the early morning (UTC) for initial and follow up steps (create pull request and merge) - #schedule: - # - cron: '30 4,6 * * *' + schedule: + - cron: '30 4,6 * * *' + +permissions: + contents: read + id-token: write jobs: call-workflow: - uses: rancher/renovate-config/.github/workflows/renovate.yml@release + uses: rancher/renovate-config/.github/workflows/renovate-vault.yml@release with: logLevel: ${{ inputs.logLevel || 'info' }} overrideSchedule: ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }}