update debian gpg

This commit is contained in:
Kslr 2020-11-08 17:50:00 +08:00 committed by GitHub
parent dff48c99db
commit d2ed1434d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}"