fix: builder and sdk changes #81
1 changed files with 4 additions and 2 deletions
6
.github/workflows/tf-acc-test.yaml
vendored
6
.github/workflows/tf-acc-test.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue