fix: explicitly pass service account key path
This commit is contained in:
parent
863e09d774
commit
edf135409d
1 changed files with 1 additions and 3 deletions
|
|
@ -115,9 +115,7 @@ runs:
|
|||
echo "$INPUT_SERVICE_ACCOUNT_KEY" > "$STACKIT_SERVICE_ACCOUNT_KEY_PATH"
|
||||
fi
|
||||
|
||||
export STACKIT_SERVICE_ACCOUNT_KEY_PATH
|
||||
|
||||
STACKIT_ACCESS_TOKEN="$(stackit auth activate-service-account --only-print-access-token)"
|
||||
STACKIT_ACCESS_TOKEN="$(stackit auth activate-service-account --service-account-key-path "$STACKIT_SERVICE_ACCOUNT_KEY_PATH" --only-print-access-token)"
|
||||
export STACKIT_ACCESS_TOKEN
|
||||
|
||||
STACKIT_PROJECT_ID="$INPUT_PROJECT_ID"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue