mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: actions test
This commit is contained in:
parent
83317bfa8d
commit
5e2db8e655
4 changed files with 109 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ with lib; {
|
|||
name = "flake update build";
|
||||
order = 500;
|
||||
run = "nix run .#nf-update";
|
||||
env = {
|
||||
env = {
|
||||
CACHIX_SIGNING_KEY = "\${{ secrets.CACHIX_SIGNING_KEY }}";
|
||||
DISCORD_WEBHOOK_LINK = "\${{ secrets.DISCORD_WEBHOOK_LINK }}";
|
||||
NF_UPDATE_GIT_COMMIT = "1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue