Skip to content

Commit

Permalink
github: set github bot git user
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhoy committed Oct 1, 2024
1 parent d4d8fa8 commit fea273f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit fea273f

Please sign in to comment.