Skip to content

Update flake inputs #47

Update flake inputs

Update flake inputs #47

name: Update flake inputs
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
update-flake-inputs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install nix and flakes
uses: DeterminateSystems/nix-installer-action@v16
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
pr-title: "Update flake.lock"
pr-labels: |
dependencies
automated
merge-queue
pr-assignees: yousiki