We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6731e8 commit 84a6caeCopy full SHA for 84a6cae
.github/workflows/release.yml
@@ -19,6 +19,14 @@ jobs:
19
uses: actions/checkout@v3
20
with:
21
fetch-depth: 0
22
+ - name: Import GPG key
23
+ uses: crazy-max/ghaction-import-gpg@v5
24
+ with:
25
+ gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
26
+ passphrase: ${{ secrets.GPG_PASSPHRASE }}
27
+ git_config_global: true
28
+ git_user_signingkey: true
29
+ git_commit_gpgsign: true
30
- name: Setup Node.js
31
uses: actions/setup-node@v3
32
0 commit comments