mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
chore: update secrets input
This commit is contained in:
parent
7e631d1573
commit
5b1732e950
1 changed files with 8 additions and 0 deletions
8
justfile
Normal file
8
justfile
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
default:
|
||||||
|
just -l
|
||||||
|
|
||||||
|
# Update secrets input
|
||||||
|
update-secret:
|
||||||
|
nix flake update nix-secrets && \
|
||||||
|
git add -u && (git commit -am 'chore: update secrets input' || true) && \
|
||||||
|
git push
|
||||||
Loading…
Add table
Add a link
Reference in a new issue