1
0
Fork 0
nix-overlay/.forgejo/workflows/update-flake.yml
Daniel Kempkens 88d19c8d74
All checks were successful
Build / build-arm64-linux (push) Successful in 21m21s
Build / build-amd64-linux (push) Successful in 21m51s
chore(ci): Move to Forgejo Actions
2023-09-16 17:44:02 +02:00

27 lines
563 B
YAML

name: Update Flake
on:
schedule:
- cron: '0 2 * * *'
workflow_dispatch:
jobs:
update-flake:
runs-on: ubuntu-latest-amd64
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
with:
init: none
planner: linux
github-token: null
- run: nix flake update
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[automation] Update flake"