Skip to content

Commit 1bddfbb

Browse files
Merge pull request #617 from mitulshah-suse/release/v1.2
Update renovate config to use renovate-vault.yml
2 parents bd10eb8 + 053a9bf commit 1bddfbb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/renovate.yml renamed to .github/workflows/renovate-vault.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ on:
1616
schedule:
1717
- cron: '30 4,6 * * *'
1818

19+
permissions:
20+
contents: read
21+
id-token: write
22+
1923
jobs:
2024
call-workflow:
21-
uses: rancher/renovate-config/.github/workflows/renovate.yml@release
25+
uses: rancher/renovate-config/.github/workflows/renovate-vault.yml@release
2226
with:
2327
logLevel: ${{ inputs.logLevel || 'info' }}
2428
overrideSchedule: ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }}

0 commit comments

Comments
 (0)