build: Sign publication artifacts

This commit is contained in:
oSumAtrIX
2024-02-14 02:37:03 +01:00
parent 3aa6dc223a
commit b86b8aacea
3 changed files with 18 additions and 4 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 }}