Skip to content

Commit 93db71f

Browse files
committed
Disable GPG signing of auto-commit
1 parent a7a7023 commit 93db71f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/python-publish.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121

22-
# This is a temporary workaround until GitHub Actions start natively
23-
# supporting signed commits like they should
24-
- name: Import GPG key
25-
id: import_gpg
26-
uses: crazy-max/ghaction-import-gpg@v4
27-
with:
28-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
29-
passphrase: ${{ secrets.PASSPHRASE }}
30-
git_user_signingkey: true
31-
git_commit_gpgsign: true
22+
# # This is a temporary workaround until GitHub Actions start natively
23+
# # supporting signed commits like they should
24+
# - name: Import GPG key
25+
# id: import_gpg
26+
# uses: crazy-max/ghaction-import-gpg@v4
27+
# with:
28+
# gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
29+
# passphrase: ${{ secrets.PASSPHRASE }}
30+
# git_user_signingkey: true
31+
# git_commit_gpgsign: true
3232

3333
- name: Set up Python
3434
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)