fix: add missing param
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 5s
CI Workflow / Prepare GO cache (pull_request) Successful in 4m5s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 11m12s
CI Workflow / CI run build and linting (pull_request) Successful in 11m43s
CI Workflow / Code coverage report (pull_request) Successful in 16s
CI Workflow / CI run tests (pull_request) Failing after 17m28s
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 5s
CI Workflow / Prepare GO cache (pull_request) Successful in 4m5s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 11m12s
CI Workflow / CI run build and linting (pull_request) Successful in 11m43s
CI Workflow / Code coverage report (pull_request) Successful in 16s
CI Workflow / CI run tests (pull_request) Failing after 17m28s
This commit is contained in:
parent
3182aa29b6
commit
2c1c10e402
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
|
@ -187,6 +187,7 @@ jobs:
|
|||
- prepare
|
||||
env:
|
||||
TF_ACC_PROJECT_ID: ${{ vars.TF_ACC_PROJECT_ID }}
|
||||
TF_ACC_ORGANIZATION_ID: ${{ vars.TF_ACC_ORGANIZATION_ID }}
|
||||
TF_ACC_REGION: ${{ vars.TF_ACC_REGION }}
|
||||
TF_ACC_TEST_PROJECT_SERVICE_ACCOUNT_EMAIL: ${{ vars.TF_ACC_TEST_PROJECT_SERVICE_ACCOUNT_EMAIL }}
|
||||
TF_ACC_SERVICE_ACCOUNT_FILE: "~/service_account.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue