Skip to content

Commit

Permalink
Merge pull request #82 from Mic92/flake-update
Browse files Browse the repository at this point in the history
update flake lock
  • Loading branch information
Mic92 authored Dec 1, 2024
2 parents f51f479 + f24c6c4 commit a7cb646
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "Update flakes"
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "38 0 * * 0,4"
permissions:
pull-requests: write
contents: write
jobs:
createPullRequest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v30
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with:
pr-labels: | # Labels to be set on the PR
dependencies

0 comments on commit a7cb646

Please sign in to comment.