build: Sign release artifacts

This commit is contained in:
oSumAtrIX
2024-02-15 04:38:06 +01:00
parent bdc54ef318
commit d789fd6b5a
9 changed files with 85 additions and 58 deletions

View File

@ -41,6 +41,13 @@ jobs:
- name: Install dependencies
run: npm install
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
fingerprint: ${{ env.GPG_FINGERPRINT }}
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }}