chore: delete gpg on release
Some checks failed
CI.yml / build (push) Successful in 2m37s
CD - BanForge Release / release (push) Has been cancelled

This commit is contained in:
d3m0k1d
2026-01-16 01:25:19 +03:00
parent 59e4393e82
commit d7d49ec0ed
2 changed files with 0 additions and 24 deletions

View File

@@ -13,14 +13,6 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Install Gpg
run: apt-get update && apt-get install -y gnupg curl
- name: Import GPG key
if: secrets.GPG_PRIVATE_KEY != null
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import
echo "${{ secrets.GPG_FINGERPRINT }}" | gpg --import-ownertrust
- name: Install syft
run: curl -sSfL https://get.anchore.io/syft | sudo sh -s -- -b /usr/local/bin
- name: Checkout