Remove gpgsign for pushes as GitHub doesn't support it

This commit is contained in:
Archi 2021-05-22 16:22:47 +02:00
parent e8136490c8
commit 991e78d985
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

View file

@ -2,7 +2,7 @@ name: ASF-translations
on:
schedule:
- cron: '21 14 * * *'
- cron: '30 14 * * *'
jobs:
update:
@ -43,7 +43,6 @@ jobs:
git-user-signingkey: true
git-commit-gpgsign: true
git-tag-gpgsign: true
git-push-gpgsign: true
workdir: wiki
- name: Commit the changes to wiki
@ -74,7 +73,6 @@ jobs:
git-user-signingkey: true
git-commit-gpgsign: true
git-tag-gpgsign: true
git-push-gpgsign: true
- name: Commit the changes to ASF
shell: sh