We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10c14b commit 8f0f392Copy full SHA for 8f0f392
README.md
@@ -1,4 +1,4 @@
1
-# Hashicorp Vault for GitHub Apps
+# HashiCorp Vault for GitHub Apps
2
3
Python library for using [HashiCorp Vault][1]'s [Transit Engine][2] to
4
manage a GitHub App's private RSA key. More precisely, the library
@@ -18,7 +18,7 @@ pip install hv4gha
18
## Usage
19
20
In addition to the examples below see also the
21
-[hv4gha/entry.py](hv4gha/entry.py) docstrings.
+[hv4gha/entry.py](https://github.com/andreaso/hv4gha/blob/main/hv4gha/entry.py) docstrings.
22
23
### Import App key
24
0 commit comments