From bbef0d82a21ccbaf00ff984d87e298ef7e1a07a4 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Wed, 31 Dec 2025 09:47:35 -0300 Subject: [PATCH] readd GH_REPO --- .github/workflows/delete-merged-caches.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/delete-merged-caches.yml b/.github/workflows/delete-merged-caches.yml index 2a63fe2e1..01c64cda5 100644 --- a/.github/workflows/delete-merged-caches.yml +++ b/.github/workflows/delete-merged-caches.yml @@ -15,6 +15,7 @@ jobs: - name: Cleanup env: GH_TOKEN: ${{ github.token }} # needed by the gh client + GH_REPO: ${{ github.repository }} # needed by the gh client BRANCH: refs/pull/${{ github.event.pull_request.number }}/merge run: | echo "Fetching list of cache keys"