Skip to content

Commit

Permalink
Merge pull request #269 from mjhoy/update-nixpkgs-improvements
Browse files Browse the repository at this point in the history
github update action improvements
  • Loading branch information
mjhoy authored Oct 1, 2024
2 parents 04f51ec + fea273f commit 303e5b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Update"
on:
workflow_dispatch:
schedule:
# First day of the month at 9 UTC
- cron: '0 9 1 * *'
Expand All @@ -21,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 303e5b2

Please sign in to comment.