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 d58e8d6 commit ebd33c5Copy full SHA for ebd33c5
.github/workflows/validate-renovate-config.yaml
@@ -22,6 +22,8 @@ jobs:
22
if: ${{ hashFiles('.github/renovate-bot.js') != '' }}
23
run: |
24
npx --yes --package renovate -- renovate-config-validator .github/renovate-bot.js
25
+ env:
26
+ RENOVATE_GITHUB_PAT: placeholder
27
28
- name: Validate renovate directory configs
29
0 commit comments