Merge pull request from nix-community/tf-flake

.github/workflows/terraform.yml: add accept-flake-config
This commit is contained in:
Jörg Thalheim 2022-12-29 09:19:31 +00:00 committed by GitHub
commit 4f88d331ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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