Skip to content

update

update #1194

Workflow file for this run

name: "update"
on:
schedule:
- cron: '0 2 * * *'
workflow_dispatch:
jobs:
update-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: cachix/install-nix-action@v27
with:
install_url: https://github.com/nix-community/nix-unstable-installer/releases/download/nix-2.23.0pre20240603_da92ad7/install
extra_nix_config: |
experimental-features = nix-command flakes
nix_path: nixpkgs=channel:nixpkgs-unstable
- run: nix flake update
- uses: cachix/cachix-action@v15
with:
name: fortuneteller2k
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "update dependencies"
commit_user_name: moni-dz
commit_user_email: lythe1107@gmail.com