From 701d7fd1a525eef5fe23adca23aa53e26c675b1c Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sat, 28 Sep 2024 16:04:56 +0900 Subject: [PATCH] =?UTF-8?q?fixup!=20Docker=E7=89=88=E3=81=A7renovate.json5?= =?UTF-8?q?=E3=82=92=E8=AA=AD=E3=82=93=E3=81=A7=E3=81=BF=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/renovate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 782dbfb6f..f4ffb5901 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -19,6 +19,7 @@ jobs: uses: renovatebot/github-action@v40.2.10 with: configurationFile: renovate.json5 + token: ${{ secrets.GITHUB_TOKEN }} env: RENOVATE_REPOSITORIES: ${{ github.repository }} LOG_LEVEL: debug