From ca3f45d2ef8f7cb639137766cb0cf68676d7fa03 Mon Sep 17 00:00:00 2001 From: jaime merino Date: Fri, 24 Apr 2026 12:04:38 +0200 Subject: [PATCH] change command flag --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 82d90cd..329c69e 100644 --- a/action.yml +++ b/action.yml @@ -97,7 +97,7 @@ runs: echo "Authenticating and retrieving access token..." # Construct command - CMD="stackit auth get-access-token --only-print-access-token" + CMD="stackit auth activate-service-account --only-print-access-token" if [ -n "$PROJECT_ID" ]; then CMD="$CMD --project-id $PROJECT_ID" fi