mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-13 11:20:24 +00:00
chore(deps): update crazy-max/ghaction-import-gpg action to v7 (#408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build_release.yml
vendored
2
.github/workflows/build_release.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Import GPG key
|
- name: Import GPG key
|
||||||
if: github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'workflow_dispatch'
|
||||||
uses: crazy-max/ghaction-import-gpg@v6
|
uses: crazy-max/ghaction-import-gpg@v7
|
||||||
with:
|
with:
|
||||||
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
|
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
|
||||||
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}
|
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}
|
||||||
|
|||||||
2
.github/workflows/format.yml
vendored
2
.github/workflows/format.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- name: "Import GPG key"
|
- name: "Import GPG key"
|
||||||
id: import-gpg
|
id: import-gpg
|
||||||
uses: crazy-max/ghaction-import-gpg@v6
|
uses: crazy-max/ghaction-import-gpg@v7
|
||||||
with:
|
with:
|
||||||
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
|
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
|
||||||
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}
|
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}
|
||||||
|
|||||||
2
.github/workflows/i18n_sync.yml
vendored
2
.github/workflows/i18n_sync.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Import GPG key
|
- name: Import GPG key
|
||||||
if: steps.verify-changed-files.outputs.changed == 'true'
|
if: steps.verify-changed-files.outputs.changed == 'true'
|
||||||
uses: crazy-max/ghaction-import-gpg@v6
|
uses: crazy-max/ghaction-import-gpg@v7
|
||||||
with:
|
with:
|
||||||
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
|
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
|
||||||
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}
|
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}
|
||||||
|
|||||||
Reference in New Issue
Block a user