mirror of
https://github.com/gfwlist/gfwlist.git
synced 2026-04-01 23:07:27 +08:00
Upgrade GPG action version from v6 to v7
This commit is contained in:
2
.github/workflows/sendGFWList.yml
vendored
2
.github/workflows/sendGFWList.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
|||||||
- name: Set up GPG keys (bocchi810)
|
- name: Set up GPG keys (bocchi810)
|
||||||
if: github.actor == 'bocchi810'
|
if: github.actor == 'bocchi810'
|
||||||
id: import-gpg-bocchi810
|
id: import-gpg-bocchi810
|
||||||
uses: crazy-max/ghaction-import-gpg@v6
|
uses: crazy-max/ghaction-import-gpg@v7
|
||||||
with:
|
with:
|
||||||
gpg_private_key: ${{ secrets.GPG_KEY_BOCCHI810 }}
|
gpg_private_key: ${{ secrets.GPG_KEY_BOCCHI810 }}
|
||||||
passphrase: ${{ secrets.GPG_PASS_BOCCHI810 }}
|
passphrase: ${{ secrets.GPG_PASS_BOCCHI810 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user