From f450c07efffeeee11333925cf15922c92d598b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Kr=C3=A4ml?= Date: Wed, 3 Jun 2026 10:30:32 +0200 Subject: [PATCH] fix: add GH_TOKEN to shopware-version call --- setup-extension/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-extension/action.yml b/setup-extension/action.yml index 6f327eb..3f8b810 100644 --- a/setup-extension/action.yml +++ b/setup-extension/action.yml @@ -224,7 +224,7 @@ runs: if [ -n "${dep_branch}" ]; then if [ "${dep_branch}" = ".auto" ]; then echo "" >"$GITHUB_OUTPUT" - REPO="$(echo "${dep_repo}")" "${GITHUB_ACTION_PATH}/../shopware-version/shopware-version.bash" + REPO="$(echo "${dep_repo}")" GH_TOKEN="$(echo "${dep_token}")" "${GITHUB_ACTION_PATH}/../shopware-version/shopware-version.bash" dep_branch=$(cat "$GITHUB_OUTPUT" | grep "^shopware-version=" | cut -d'=' -f2) fi if [ "${dep_branch}" != "trunk" ]; then