Skip to content

Commit ebd33c5

Browse files
committed
環境変数をダミー文字列に置き換え
1 parent d58e8d6 commit ebd33c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate-renovate-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
if: ${{ hashFiles('.github/renovate-bot.js') != '' }}
2323
run: |
2424
npx --yes --package renovate -- renovate-config-validator .github/renovate-bot.js
25+
env:
26+
RENOVATE_GITHUB_PAT: placeholder
2527

2628
- name: Validate renovate directory configs
2729
run: |

0 commit comments

Comments
 (0)