Skip to content

.github/workflows/bump.yml #123

.github/workflows/bump.yml

.github/workflows/bump.yml #123

Workflow file for this run

on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- run: nix flake update
- uses: stefanzweifel/git-auto-commit-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: "chore(nix): update"
branch: main
file_pattern: flake.lock