Skip to content

Commit

Permalink
fix(ci): revert using gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Feb 13, 2024
1 parent 3314760 commit 4d4f30b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4d4f30b

Please sign in to comment.