From 4d4f30bb0103ffa088cfd7767419263757e35c69 Mon Sep 17 00:00:00 2001 From: Meysam Azad Date: Tue, 13 Feb 2024 20:08:09 +0700 Subject: [PATCH] fix(ci): revert using gpg --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa3d955..dba27f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,11 +22,6 @@ jobs: run: | git config user.name ${{ github.actor }} git config user.email ${{ github.actor }}@users.noreply.github.com - - name: Setup GPG - run: | - git config --global commit.gpgsign true - echo "${{ secrets.GPG_PRIVATE_KEY }}" | base64 --decode | gpg --import - git config --global user.signingkey ${{ secrets.GPG_KEY_ID }} - name: Setup Python uses: actions/setup-python@v5 with: