Update README

This commit is contained in:
CrazyMax 2020-05-06 00:09:09 +02:00
parent c5d57f78d7
commit 9ec27bc016
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -22,6 +22,14 @@ If you are interested, [check out](https://git.io/Je09Y) my other :octocat: GitH
## Usage ## Usage
On your local machine, export the GPG private key as an ASCII armored version:
```shell
gpg --armor --export-secret-key --output key.pgp joe@foo.bar
```
Copy the content of `key.pgp` file as a [`secret`](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) named `SIGNING_KEY` for example. Create another secret with your `PASSPHRASE` if applicable.
```yaml ```yaml
name: import-gpg name: import-gpg