From 7545f8295d72b3247e1782342c74f1d49651e7ce Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 11 Jul 2024 13:08:56 -0400 Subject: [PATCH] Do not sign SNAPSHOT artifacts --- .github/workflows/ci-snapshot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index b9d014d8..114f8df8 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -22,5 +22,3 @@ jobs: secrets: ARTIFACTORY_USERNAME: ${{ secrets.COMMERCIAL_ARTIFACTORY_USERNAME }} ARTIFACTORY_PASSWORD: ${{ secrets.COMMERCIAL_ARTIFACTORY_PASSWORD }} - GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}