From 68a3b8b58a3870ab0b7eea8f56bf7119c3dc1c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Kr=C3=A4ml?= Date: Tue, 2 Jun 2026 16:52:58 +0200 Subject: [PATCH] fix: add missing input on downstream --- downstream/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/downstream/action.yml b/downstream/action.yml index 64d7374..26a26f0 100644 --- a/downstream/action.yml +++ b/downstream/action.yml @@ -82,6 +82,7 @@ runs: with: fallback: ${{ inputs.refFallback }} repo: ${{ inputs.repo }} + github-token: ${{ inputs.token || steps.sts.outputs.token }} id: version if: ${{ inputs.ref == '.auto' }}