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 b4590f8 commit 2e0ff00Copy full SHA for 2e0ff00
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
run: npm run-script build --no-progress
43
44
- name: Import GPG key
45
- uses: crazy-max/ghaction-import-gpg@v6.1.0
+ uses: crazy-max/ghaction-import-gpg@v6.2.0
46
with:
47
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
48
git_user_signingkey: true
.github/workflows/translations.yml
@@ -33,7 +33,7 @@ jobs:
33
token: ${{ secrets.ASF_CROWDIN_API_TOKEN }}
34
35
36
37
38
39
0 commit comments