mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
ci: flake updates
This commit is contained in:
parent
d62ecc9da2
commit
af5a73e5df
1 changed files with 22 additions and 0 deletions
22
.github/workflows/update-flake.yml
vendored
Normal file
22
.github/workflows/update-flake.yml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
name: Update flake inputs
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
# Sunday and Wednesday
|
||||||
|
- cron: "51 3 * * 0,3"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Install Nix
|
||||||
|
uses: cachix/install-nix-action@v27
|
||||||
|
- name: Update flake.lock
|
||||||
|
uses: DeterminateSystems/update-flake-lock@v23
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||||
|
pr-labels: |
|
||||||
|
dependencies
|
||||||
|
automated
|
||||||
Loading…
Add table
Add a link
Reference in a new issue