diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f48724..9321d93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,11 @@ on: push: branches: [ main ] pull_request: +env: + TF_CLOUD_ORGANIZATION: "Evilness-Ace" + TF_API_TOKEN: "${{ secrets.TF_API_TOKEN }}" + TF_WORKSPACE: "K3S-OCI" + CONFIG_DIRECTORY: "./" jobs: terraform: