.github/workflows/terraform.yml: add accept-flake-config

silence "untrusted flake configuration" warning
This commit is contained in:
zowoq 2022-12-29 18:36:19 +10:00
parent 0ccb273f9e
commit cbd0cdfefe

View file

@ -28,6 +28,7 @@ jobs:
extra_nix_config: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
accept-flake-config = true
- name: init
if: steps.changes.outputs.terraform == 'true'
run: nix develop -c ./terraform/deploy terraform init -input=false