From ac3ae28c2e08cc65bd3fa9ece21d0e1f7da1af67 Mon Sep 17 00:00:00 2001 From: Ugo Pattacini Date: Thu, 28 Dec 2023 14:07:43 +0100 Subject: [PATCH] Update build-docker-images.yml Fix breaking change introduced with `tibdex/github-app-token@v2`. --- .github/workflows/build-docker-images.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index a2423d632..175978cc0 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -20,7 +20,8 @@ jobs: with: private_key: ${{ secrets.ICUB_TECH_IIT_APP_KEY }} app_id: ${{ secrets.ICUB_TECH_IIT_APP_ID }} - repository: icub-tech-iit/code + installation_retrieval_mode: repository + installation_retrieval_payload: icub-tech-iit/code - name: Repository Dispatch uses: peter-evans/repository-dispatch@v2