fix: builder and sdk changes #81

Merged
marcel.henselin merged 85 commits from chore/update_goreleaser into alpha 2026-03-11 13:13:46 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4f10919818 - Show all commits

View file

@ -107,7 +107,7 @@ runs:
run: |
set -e
if [[ ! -f "${{ inputs.service_account_json_file_path }}" ]]; then
echo "unable to find service account file"
echo "unable to find service account file '${{ inputs.service_account_json_file_path }}'"
exit 1
fi
cat "${{ inputs.service_account_json_file_path }}"

View file

@ -33,4 +33,4 @@ jobs:
tf_acc_kek_key_ring_id: ${{ vars.TEST_KEK_KEY_RING_ID }}
tf_acc_kek_key_version: ${{ vars.TEST_KEK_KEY_VERSION }}
tf_acc_kek_service_account: ${{ vars.TEST_KEK_SERVICE_ACCOUNT }}
service_account_json_file_path: ~/service_account.json
service_account_json_file_path: "~/service_account.json"