mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-06 05:35:51 -05:00
Update README
This commit is contained in:
parent
297fd4647b
commit
b4d10f8af7
3 changed files with 14 additions and 2 deletions
BIN
.res/ghaction-import-gpg.png
Normal file
BIN
.res/ghaction-import-gpg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -1,5 +1,5 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.0.0 (2019/09/22)
|
## 0.1.0 (2020/05/03)
|
||||||
|
|
||||||
* Initial version
|
* Initial version
|
||||||
|
|
14
README.md
14
README.md
|
@ -10,6 +10,8 @@ GitHub Action to easily import your GPG key to sign commits and tags.
|
||||||
|
|
||||||
If you are interested, [check out](https://git.io/Je09Y) my other :octocat: GitHub Actions!
|
If you are interested, [check out](https://git.io/Je09Y) my other :octocat: GitHub Actions!
|
||||||
|
|
||||||
|
![Import GPG key](.res/ghaction-import-gpg.png)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -28,11 +30,21 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
-
|
-
|
||||||
name: Import GPG key
|
name: Import GPG key
|
||||||
uses: crazy-max/ghaction-import-gpg@master
|
uses: crazy-max/ghaction-import-gpg@v1
|
||||||
env:
|
env:
|
||||||
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
|
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Customizing
|
||||||
|
|
||||||
|
### environment variables
|
||||||
|
|
||||||
|
Following environment variables can be used as `step.env` keys
|
||||||
|
|
||||||
|
| Name | Description |
|
||||||
|
|----------------|---------------------------------------|
|
||||||
|
| `SIGNING_KEY` | GPG private key exported as an ASCII armored version |
|
||||||
|
|
||||||
## How can I help?
|
## How can I help?
|
||||||
|
|
||||||
All kinds of contributions are welcome :raised_hands:! The most basic way to show your support is to star :star2: the project, or to raise issues :speech_balloon: You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) :clap: or by making a [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely! :rocket:
|
All kinds of contributions are welcome :raised_hands:! The most basic way to show your support is to star :star2: the project, or to raise issues :speech_balloon: You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) :clap: or by making a [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely! :rocket:
|
||||||
|
|
Loading…
Reference in a new issue