mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-12-24 12:12:08 -05:00
Update README
This commit is contained in:
parent
725cd84def
commit
1f6a469484
3 changed files with 2 additions and 2 deletions
BIN
.github/ghaction-import-gpg.png
vendored
Normal file
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 |
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue