mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-08-14 19:04:37 -04:00
update debian gpg
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
if: github.event_name == 'release' && !contains(github.ref, 'pre')
|
||||
run: |
|
||||
git clone https://github.com/v2fly/debian.git archive
|
||||
echo ${{ secrets.GPG_KEY }} | base64 -d > private.key
|
||||
echo ${{ secrets.DEBIAN_GPG_PRIVE }} | base64 -d > private.key
|
||||
gpg --import private.key
|
||||
cd archive
|
||||
git config --local user.name "${{ github.actor }}"
|
||||
|
||||
Reference in New Issue
Block a user