diff options
| author | seth <[email protected]> | 2023-12-12 22:51:12 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-12 22:51:12 -0500 |
| commit | ce34516178eddd64a7eec4b23184f957501e4369 (patch) | |
| tree | 58de541618c361059937963df786a503e192bd48 /.github | |
| parent | 03cea3ba8fea453fa5ca1611c7d8af152e2fcaaa (diff) | |
actions: auto approve tofu apply
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0f3f1ed..a1da783 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -80,4 +80,4 @@ jobs: run: nix run .#plan - name: Apply - run: tofu apply + run: tofu apply -auto-approve |
