mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Update crazy-max/ghaction-import-gpg action to v6 (#3001)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0cc6f4c40a
commit
6beda3f404
2 changed files with 2 additions and 2 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -479,7 +479,7 @@ jobs:
|
||||||
path: out
|
path: out
|
||||||
|
|
||||||
- name: Import GPG key for signing
|
- name: Import GPG key for signing
|
||||||
uses: crazy-max/ghaction-import-gpg@v5.4.0
|
uses: crazy-max/ghaction-import-gpg@v6.0.0
|
||||||
with:
|
with:
|
||||||
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
|
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
|
||||||
|
|
||||||
|
|
2
.github/workflows/translations.yml
vendored
2
.github/workflows/translations.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
token: ${{ secrets.ASF_CROWDIN_API_TOKEN }}
|
token: ${{ secrets.ASF_CROWDIN_API_TOKEN }}
|
||||||
|
|
||||||
- name: Import GPG key for signing
|
- name: Import GPG key for signing
|
||||||
uses: crazy-max/ghaction-import-gpg@v5.4.0
|
uses: crazy-max/ghaction-import-gpg@v6.0.0
|
||||||
with:
|
with:
|
||||||
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
|
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
|
||||||
git_config_global: true
|
git_config_global: true
|
||||||
|
|
Loading…
Reference in a new issue