Skip to content

Commit

Permalink
ci: remove unused tf var and add missing tofu and tf version variables (
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard authored Nov 28, 2024
1 parent 6b5b326 commit 4318c7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
app_name: ['my', 'buy']
env:
TF_VAR_app_name: ${{ matrix.app_name }}
TF_VAR_dist_dir: ${{ github.workspace }}/dist
TF_VAR_stage: ${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.number) || '' }}
OP_SERVICE_ACCOUNT_TOKEN: ${{ github.ref == 'refs/heads/main' && secrets.OP_TF_PROD_ENV || secrets.OP_TF_DEV_ENV }}
steps:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
pull_request_target:
types: [closed]

env:
tofu_version: '1.7.1'
tg_version: '0.69.0'

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4318c7c

Please sign in to comment.