change command flag
All checks were successful
Test STACKIT Auth Action / test (push) Successful in 44s
All checks were successful
Test STACKIT Auth Action / test (push) Successful in 44s
This commit is contained in:
parent
34229642b8
commit
ca3f45d2ef
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ runs:
|
||||||
echo "Authenticating and retrieving access token..."
|
echo "Authenticating and retrieving access token..."
|
||||||
|
|
||||||
# Construct command
|
# 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
|
if [ -n "$PROJECT_ID" ]; then
|
||||||
CMD="$CMD --project-id $PROJECT_ID"
|
CMD="$CMD --project-id $PROJECT_ID"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue