From 58a147b4ba9d646d56bdf6654293383aaf13fdec Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Sat, 14 Sep 2024 12:32:33 +0300 Subject: [PATCH] update some tips --- TODO.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index b4c6d62..e4c6402 100644 --- a/TODO.md +++ b/TODO.md @@ -64,4 +64,10 @@ vless://{uuid}@{server_ip}:{server_port}?encryption=none&flow=xtls-rprx-vision&s ssh-to-pgp -i $HOME/.ssh/id_rsa -o ~/nixos-config/keys/users/ataraxia.asc ssh root@ip "cat /etc/ssh/ssh_host_rsa_key" | ssh-to-pgp -o ~/nixos-config/keys/hosts/hostname.asc -``` \ No newline at end of file +``` + +* remove all github workflows + +```bash +gh run list --limit 100 --json databaseId -q '.[].databaseId' | xargs -IID gh api --silent "repos/$(gh repo view --json nameWithOwner -q .nameWithOwner)/actions/runs/ID" -X DELETE +```