diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 1c1f5b68..b32b050d 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,6 +22,9 @@ jobs: signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' extraPullNames: nix-community - run: ./scripts/build-nix-env - - run: ./scripts/update-nixpkgs + - run: | + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + ./scripts/update-nixpkgs env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}