Merge pull request #346 from nix-community/tf-flake
.github/workflows/terraform.yml: add accept-flake-config
This commit is contained in:
commit
4f88d331ea
1 changed files with 1 additions and 0 deletions
1
.github/workflows/terraform.yml
vendored
1
.github/workflows/terraform.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue