change command flag
All checks were successful
Test STACKIT Auth Action / test (push) Successful in 44s

This commit is contained in:
jaime merino 2026-04-24 12:04:38 +02:00
parent 34229642b8
commit ca3f45d2ef

View file

@ -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