diff --git a/.github/workflows/deploy-infrastructure.yml b/.github/workflows/deploy-infrastructure.yml index 99a1aad..948dc7b 100644 --- a/.github/workflows/deploy-infrastructure.yml +++ b/.github/workflows/deploy-infrastructure.yml @@ -39,7 +39,10 @@ jobs: - name: Update website input if: github.event.action == 'site_updated' - run: nix flake update website-src --commit-lock-file + run: | + git config user.name github-actions + git config user.email github-actions@github.com + nix flake update website-src --commit-lock-file - name: HashiCorp - Setup Terraform # You may pin to the exact commit or the version.