Commit Graph

11 Commits

Author SHA1 Message Date
m3tm3re
8cd56cfd97 fix: use SSH authentication for Gitea Actions 2026-01-15 19:40:37 +01:00
m3tm3re
5fc17c71a3 fix: use SSH authentication for nix-update workflow 2026-01-15 19:27:59 +01:00
m3tm3re
2ebb020d3a revert: restore actions/checkout@v4, adding Node.js to runner instead
Will add Node.js to hostPackages in NixOS runner config
to support GitHub/Gitea Actions ecosystem properly.
2026-01-15 19:05:58 +01:00
m3tm3re
ad8495329f fix: remove invalid --depth 0 from git clone command
- Git CLI doesn't accept --depth 0
- Remove --depth flag to perform full clone (needed for workflow git operations)
2026-01-15 18:55:38 +01:00
m3tm3re
a034fc8873 fix: replace actions/checkout with git clone in nix-update workflow
- Remove dependency on Node.js for checkout action
- Use direct git clone with auth token
- Fixes: nixpkgs-5yn
2026-01-15 18:50:56 +01:00
m3tm3re
6f2f1411a8 fix: correct jobs indentation in workflow 2026-01-14 20:43:18 +01:00
m3tm3re
c5d5ff98f8 fix: use escaped newlines in PR body to avoid YAML parsing error 2026-01-14 20:39:40 +01:00
m3tm3re
36db58307a fix: resolve YAML syntax error in PR body 2026-01-14 20:32:51 +01:00
m3tm3re
f2e0200568 ci: verify package builds before creating PR 2026-01-14 20:30:28 +01:00
m3tm3re
287bcfea8e ci: use self-hosted nixos runner and change schedule to daily 2026-01-14 20:09:41 +01:00
m3tm3re
b6d45cae4f feat: add Gitea Actions workflow for automated package updates with nix-update 2026-01-13 20:50:38 +01:00