From 7b8191c6035938ce4c4c896c5ffff8489a2aa5a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 12:25:37 +0000 Subject: [PATCH] Bump tibdex/github-app-token from 1 to 2 Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1 to 2. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/v1...v2) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index a95d2ca0b..5569fe0f1 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -16,7 +16,7 @@ jobs: - name: Get Token id: get_workflow_token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@v2 with: private_key: ${{ secrets.ICUB_TECH_IIT_APP_KEY }} app_id: ${{ secrets.ICUB_TECH_IIT_APP_ID }}