Action to import a GPG key with environment secrets
Find a file
2020-05-03 20:51:53 +02:00
.github Test 2020-05-03 20:51:53 +02:00
__tests__ Initial commit 2020-05-03 20:46:05 +02:00
dist Initial commit 2020-05-03 20:46:05 +02:00
src Initial commit 2020-05-03 20:46:05 +02:00
.editorconfig Initial commit 2020-05-03 20:46:05 +02:00
.gitattributes Initial commit 2020-05-03 20:46:05 +02:00
.gitignore Initial commit 2020-05-03 20:46:05 +02:00
.prettierrc.json Initial commit 2020-05-03 20:46:05 +02:00
action.yml Initial commit 2020-05-03 20:46:05 +02:00
CHANGELOG.md Initial commit 2020-05-03 20:46:05 +02:00
jest.config.js Initial commit 2020-05-03 20:46:05 +02:00
LICENSE Initial commit 2020-05-03 20:46:05 +02:00
package-lock.json Initial commit 2020-05-03 20:46:05 +02:00
package.json Initial commit 2020-05-03 20:46:05 +02:00
README.md Initial commit 2020-05-03 20:46:05 +02:00
tsconfig.json Initial commit 2020-05-03 20:46:05 +02:00

GitHub release GitHub marketplace Test workflow Become a sponsor Paypal Donate

About

GitHub Action to easily import your GPG key to sign commits and tags.

If you are interested, check out my other :octocat: GitHub Actions!

Usage

name: import-gpg

on:
  push:
    branches: master

jobs:
  import-gpg:
    runs-on: ubuntu-latest
    steps:
      -
        name: Checkout
        uses: actions/checkout@v2
      -
        name: Import GPG key
        uses: crazy-max/ghaction-import-gpg@master
        env:
          SIGNING_KEY: ${{ secrets.SIGNING_KEY }}

How can I help?

All kinds of contributions are welcome 🙌! The most basic way to show your support is to star 🌟 the project, or to raise issues 💬 You can also support this project by becoming a sponsor on GitHub 👏 or by making a Paypal donation to ensure this journey continues indefinitely! 🚀

Thanks again for your support, it is much appreciated! 🙏

License

MIT. See LICENSE for more details.