Fix README

This commit is contained in:
CrazyMax 2020-05-03 22:11:26 +02:00
parent bb144d6c60
commit 9a41db05e6
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
## 0.1.1 (2020/05/03)
* Fix README
## 0.1.0 (2020/05/03) ## 0.1.0 (2020/05/03)
* Initial version * Initial version

View file

@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- -
name: Import GPG key name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v1 uses: crazy-max/ghaction-import-gpg@master
env: env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }} SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
``` ```
@ -43,7 +43,7 @@ Following environment variables can be used as `step.env` keys
| Name | Description | | Name | Description |
|----------------|---------------------------------------| |----------------|---------------------------------------|
| `SIGNING_KEY` | GPG private key exported as an ASCII armored version provided by `secrets` | | `SIGNING_KEY` | GPG private key exported as an ASCII armored version |
## How can I help? ## How can I help?