-
Notifications
You must be signed in to change notification settings - Fork 41
25 lines (23 loc) · 794 Bytes
/
update.yaml
File metadata and controls
25 lines (23 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: "Flake.lock: update Nix dependencies"
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: "0 0 * * 0" # runs weekly on Sunday at 00:00
jobs:
nix-flake-update:
permissions:
contents: write
id-token: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DeterminateSystems/determinate-nix-action@v3.17.3
- uses: DeterminateSystems/update-flake-lock@ff43f160ef7014ae1a1fd85699fb6a44f436135b
with:
pr-title: Update Nix flake inputs
sign-commits: true
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
token: ${{ secrets.GH_TOKEN_FOR_FLAKE_LOCK_UPDATES }}
push-to-fork: pinguibot/generic-device-plugin