We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1140262 commit af283a8Copy full SHA for af283a8
2 files changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Import GPG key
59
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
60
- uses: crazy-max/ghaction-import-gpg@v4.1.0
+ uses: crazy-max/ghaction-import-gpg@v4.2.0
61
with:
62
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
63
git_user_signingkey: true
.github/workflows/translations.yml
@@ -27,7 +27,7 @@ jobs:
27
token: ${{ secrets.ASF_CROWDIN_API_TOKEN }}
28
29
30
31
32
33
0 commit comments