Update README

This commit is contained in:
CrazyMax 2020-05-11 19:14:35 +02:00
parent 725cd84def
commit 1f6a469484
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 2 additions and 2 deletions

BIN
.github/ghaction-import-gpg.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

View file

@ -11,7 +11,7 @@ GitHub Action to easily import a GPG key.
If you are interested, [check out](https://git.io/Je09Y) my other :octocat: GitHub Actions!
![Import GPG key](.res/ghaction-import-gpg.png)
![Import GPG](.github/ghaction-import-gpg.png)
## Features
@ -104,7 +104,7 @@ Following environment variables can be used as `step.env` keys
| Name | Description |
|--------------------|---------------------------------------|
| `GPG_PRIVATE_KEY` | GPG private key exported as an ASCII armored version |
| `GPG_PRIVATE_KEY` | GPG private key exported as an ASCII armored version (**required**) |
| `PASSPHRASE` | Passphrase of the `GPG_PRIVATE_KEY` key if setted |
## How can I help?