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
Showing only changes of commit ad463ebad4 - Show all commits

View file

@ -17,8 +17,10 @@ jobs:
- name: Create service account json file
shell: bash
run: |
echo "${{ secrets.TF_ACC_SERVICE_ACCOUNT_JSON }}" >~/.service_account.json
cat ~/.service_account.json
set -e
mkdir ~/.stackit
echo "${{ secrets.TF_ACC_SERVICE_ACCOUNT_JSON }}" >~/.stackit/credentials.json
cat ~/.stackit/credentials.json
- name: Run Test
uses: ./.github/actions/acc_test