From 3c4e48f79561c835f69d0ff656da4d0422014b85 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sun, 29 Jun 2025 19:16:27 +0200 Subject: [PATCH] [v3-0-test] Add GITHUB_TOKEN when preparing image for dependency summary (#52472) We need GITHUB_TOKEN to load the image from artifact. (cherry picked from commit bdf16bc0be5e20717b3181e5f8a36589c41c200b) Co-authored-by: Jarek Potiuk --- .github/workflows/finalize-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/finalize-tests.yml b/.github/workflows/finalize-tests.yml index 2e8f791b789bd..e10f7018726c5 100644 --- a/.github/workflows/finalize-tests.yml +++ b/.github/workflows/finalize-tests.yml @@ -137,6 +137,8 @@ jobs: needs: [update-constraints] if: inputs.upgrade-to-newer-dependencies == 'true' && inputs.platform == 'linux/amd64' name: "Dependency upgrade summary" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: "Cleanup repo" shell: bash