From 6fdc329339327fa64a77b840382567e0c5cc9c70 Mon Sep 17 00:00:00 2001 From: Soren A D Date: Wed, 19 Jun 2024 22:06:58 +0530 Subject: [PATCH] installation id --- .github/workflows/renovate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 8fc9e8a9..24b5ad33 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -20,6 +20,7 @@ jobs: with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.PRIVATE_KEY }} + installation_id: ${{ secrets.INSTALLATION_ID }} - name: Self-hosted Renovate uses: renovatebot/github-action@v40.1.12