1
0
Fork 0

ci: Daily flake update
All checks were successful
Update Flake / update-flake (push) Successful in 1m51s
Build / build-amd64-linux (push) Successful in 29s
Build / build-arm64-linux (push) Successful in 1m18s

This commit is contained in:
Daniel Kempkens 2023-12-08 00:57:51 +01:00
parent 0aaaccc6e2
commit fe32dd0a9d
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 22 additions and 0 deletions

View file

@ -6,6 +6,8 @@ on:
- 'flake.lock'
- 'home/programs/nvim/plugins.nix'
- '.forgejo/workflows/build.yml'
schedule:
- cron: '20 4 * * *'
jobs:
build-amd64-linux:
runs-on: nix-amd64

View file

@ -0,0 +1,20 @@
name: Update Flake
on:
schedule:
- cron: '0 4 * * *'
jobs:
update-flake:
runs-on: nix-amd64
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
ref: master
- run: nix flake update
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[automation] Update flake"
commit_user_name: Actions Bot
commit_user_email: daniel+actions-bot@kempkens.io
commit_author: Actions Bot <daniel+actions-bot@kempkens.io>