Skip to content

Commit

Permalink
Disable GPG signing of auto-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Jan 26, 2022
1 parent a7a7023 commit 93db71f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
steps:
- uses: actions/checkout@v2

# This is a temporary workaround until GitHub Actions start natively
# supporting signed commits like they should
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v4
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
git_user_signingkey: true
git_commit_gpgsign: true
# # This is a temporary workaround until GitHub Actions start natively
# # supporting signed commits like they should
# - name: Import GPG key
# id: import_gpg
# uses: crazy-max/ghaction-import-gpg@v4
# with:
# gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
# passphrase: ${{ secrets.PASSPHRASE }}
# git_user_signingkey: true
# git_commit_gpgsign: true

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 93db71f

Please sign in to comment.