mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-06 05:35:51 -05:00
Fix README
This commit is contained in:
parent
bb144d6c60
commit
9a41db05e6
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue