Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Added some missing vars
  • Loading branch information
AdmiraalA committed Apr 2, 2024
1 parent cf5fe97 commit 073c68f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 073c68f

Please sign in to comment.