We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ad9c7 commit 098fefaCopy full SHA for 098fefa
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Import GPG key
58
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
59
- uses: crazy-max/ghaction-import-gpg@v4.3.0
+ uses: crazy-max/ghaction-import-gpg@v4.4.0
60
with:
61
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
62
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