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 3330bf1 commit 20fa453Copy full SHA for 20fa453
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Import GPG key
57
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
58
- uses: crazy-max/ghaction-import-gpg@v5.0.0
+ uses: crazy-max/ghaction-import-gpg@v5.1.0
59
with:
60
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
61
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