We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d9fb8 commit 042ce52Copy full SHA for 042ce52
.github/workflows/renovate.yml renamed to .github/workflows/renovate-vault.yml
@@ -16,9 +16,13 @@ on:
16
schedule:
17
- cron: '30 4,6 * * *'
18
19
+permissions:
20
+ contents: read
21
+ id-token: write
22
+
23
jobs:
24
call-workflow:
- uses: rancher/renovate-config/.github/workflows/renovate.yml@release
25
+ uses: rancher/renovate-config/.github/workflows/renovate-vault.yml@release
26
with:
27
logLevel: ${{ inputs.logLevel || 'info' }}
28
overrideSchedule: ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }}
0 commit comments