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.2 - 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/kilo