diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 2bd82edb8..94a424af3 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -37,13 +37,13 @@ jobs: project_id: ${{ secrets.ASF_CROWDIN_PROJECT_ID }} token: ${{ secrets.ASF_CROWDIN_API_TOKEN }} - - name: Import GPG key for wiki + - name: Import GPG key for signing uses: crazy-max/ghaction-import-gpg@v3.2.0 with: gpg-private-key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} + git-config-global: true git-user-signingkey: true git-commit-gpgsign: true - workdir: wiki - name: Commit the changes to wiki shell: sh @@ -66,13 +66,6 @@ jobs: directory: wiki repository: ${{ github.repository }}.wiki - - name: Import GPG key for ASF - uses: crazy-max/ghaction-import-gpg@v3.2.0 - with: - gpg-private-key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} - git-user-signingkey: true - git-commit-gpgsign: true - - name: Commit the changes to ASF shell: sh run: |