From 1c6d2cb65a26a1d855701ef7b60dc3ac168ac574 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 22 May 2021 22:08:23 +0300 Subject: [PATCH] Update README badge --- .github/workflows/ci.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb50efe..491ade2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Python package +name: Build on: [push] diff --git a/README.md b/README.md index 8af2b7e..11790f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Hardware-based SSH/GPG agent +[![Build](https://github.com/romanz/trezor-agent/actions/workflows/ci.yml/badge.svg)](https://github.com/romanz/trezor-agent/actions) [![Chat](https://badges.gitter.im/romanz/trezor-agent.svg)](https://gitter.im/romanz/trezor-agent) This project allows you to use various hardware security devices to operate GPG and SSH. Instead of keeping your key on your computer and decrypting it with a passphrase when you want to use it, the key is generated and stored on the device and never reaches your computer. Read more about the design [here](doc/DESIGN.md).